Shades of Selective Yellow #F1B602
Tints of Selective Yellow #F1B602
RGB
CMYK
RGB Variations
Color information
#F1B602 (or 0xF1B602) is known color: Selective Yellow. HEX triplet: F1, B6 and 02. RGB value is (241,182,2). Sum of RGB (Red+Green+Blue) = 241+182+2=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B602 is #0E49FD. Grayscale: #B3B3B3. Windows color (decimal): -936446 or 177905. OLE color: 177905.
HSL color Cylindrical-coordinate representation of color #F1B602: hue angle of 45.19º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1B602 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 182 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.05 |
| HSL | 45.19º | 0.98% | 0.48% | - |
| HSV(B) | 45.19º | 0.99% | 0.95% | - |
| XYZ | 53.01 | 52.16 | 7.33 | - |
| YUV | 179.12 | 28.05 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 182 | 2 | 0 | 0.24 | 0.99 | 0.05 | 45.19 | 0.98 | 0.48 |
| Hex | F1 | B6 | 2 | 0 | 18 | 63 | 5 | 2D | 62 | 30 |
| Octal | 361 | 266 | 2 | 0 | 30 | 143 | 5 | 55 | 142 | 60 |
| Binary | 11110001 | 10110110 | 10 | 0 | 11000 | 1100011 | 101 | 101101 | 1100010 | 110000 |
Color Harmonies of #F1B602
Complementary color
Monochromatic Colors of #F1B602
Black with #F1B602
Text Example
Text Example
White with #F1B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B602; }
p { color: rgb(241,182,2); }
H1.HeaderClassName
{
color: #F1B602;
}
.AnyTagClassName
{
color: #F1B602;
}
</style>
background-color css
<style>
a { background-color: #F1B602; }
a { background-color: rgb(241,182,2); }
div.DivClassName
{
background-color: #F1B602;
}
.BgClassName
{
background-color: #F1B602;
}
</style>
border-color css
<style>
span { border-color: #F1B602; }
span { border-color: rgb(241,182,2); }
td.TdClassName
{
border-color: #F1B602;
}
.TagClassName
{
border-color: #F1B602;
}
</style>