#f1b90d

Color #F1B90D Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #F1B90D

Tints of Selective Yellow #F1B90D

Color information

#F1B90D (or 0xF1B90D) is unknown color: approx Selective Yellow. HEX triplet: F1, B9 and 0D. RGB value is (241,185,13). Sum of RGB (Red+Green+Blue) = 241+185+13=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B90D is #0E46F2. Grayscale: #B6B6B6. Windows color (decimal): -935667 or 899569. OLE color: 899569.

HSL color Cylindrical-coordinate representation of color #F1B90D: hue angle of 45.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1B90D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB24118513-
CMYK00.230.950.05
HSL45.26º89.76%49.8%-
HSV(B)45.26º94.61%94.51%-
XYZ53.753.437.86-
YUV182.1432.55169.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 13 (5.47% from 255) = 2.96%
R=54.90%
G=42.14%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411851300.230.950.0545.2689.7649.8
HexF1B9D0175F52d5a32
Octal3612711502713755513262
Binary1111000110111001110101011110111111011011011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1b90d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1b90d; }

 p { color: rgb(241,185,13); }

 H1.HeaderClassName
 {
   color: #f1b90d;
 }
 .AnyTagClassName
 {
   color: #f1b90d;
 }
</style>
background-color css

<style>
 a { background-color: #f1b90d; }

 a { background-color: rgb(241,185,13); }

 div.DivClassName
 {
   background-color: #f1b90d;
 }
 .BgClassName
 {
   background-color: #f1b90d;
 }
</style>
border-color css

<style>
 span { border-color: #f1b90d; }

 span { border-color: rgb(241,185,13); }

 td.TdClassName
 {
   border-color: #f1b90d;
 }
 .TagClassName
 {
   border-color: #f1b90d;
 }
</style>