Shades of Selective Yellow #F2B906
Tints of Selective Yellow #F2B906
RGB
CMYK
RGB Variations
Color information
#F2B906 (or 0xF2B906) is known color: Selective Yellow. HEX triplet: F2, B9 and 06. RGB value is (242,185,6). Sum of RGB (Red+Green+Blue) = 242+185+6=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 6 (2.73% from 255 or 1.39% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B906 is #0D46F9. Grayscale: #B6B6B6. Windows color (decimal): -870138 or 440818. OLE color: 440818.
HSL color Cylindrical-coordinate representation of color #F2B906: hue angle of 45.51º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2B906 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 6 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.05 |
| HSL | 45.51º | 0.95% | 0.49% | - |
| HSV(B) | 45.51º | 0.98% | 0.95% | - |
| XYZ | 54 | 53.59 | 7.67 | - |
| YUV | 181.64 | 28.88 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 6 | 0 | 0.24 | 0.98 | 0.05 | 45.51 | 0.95 | 0.49 |
| Hex | F2 | B9 | 6 | 0 | 18 | 62 | 5 | 2E | 5F | 31 |
| Octal | 362 | 271 | 6 | 0 | 30 | 142 | 5 | 56 | 137 | 61 |
| Binary | 11110010 | 10111001 | 110 | 0 | 11000 | 1100010 | 101 | 101110 | 1011111 | 110001 |
Color Harmonies of #F2B906
Complementary color
Monochromatic Colors of #F2B906
Black with #F2B906
Text Example
Text Example
White with #F2B906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B906; }
p { color: rgb(242,185,6); }
H1.HeaderClassName
{
color: #F2B906;
}
.AnyTagClassName
{
color: #F2B906;
}
</style>
background-color css
<style>
a { background-color: #F2B906; }
a { background-color: rgb(242,185,6); }
div.DivClassName
{
background-color: #F2B906;
}
.BgClassName
{
background-color: #F2B906;
}
</style>
border-color css
<style>
span { border-color: #F2B906; }
span { border-color: rgb(242,185,6); }
td.TdClassName
{
border-color: #F2B906;
}
.TagClassName
{
border-color: #F2B906;
}
</style>