Shades of Selective Yellow #F2B908
Tints of Selective Yellow #F2B908
RGB
CMYK
RGB Variations
Color information
#F2B908 (or 0xF2B908) is known color: Selective Yellow. HEX triplet: F2, B9 and 08. RGB value is (242,185,8). Sum of RGB (Red+Green+Blue) = 242+185+8=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B908 is #0D46F7. Grayscale: #B6B6B6. Windows color (decimal): -870136 or 571890. OLE color: 571890.
HSL color Cylindrical-coordinate representation of color #F2B908: hue angle of 45.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2B908 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.05 |
| HSL | 45.38º | 0.94% | 0.49% | - |
| HSV(B) | 45.38º | 0.97% | 0.95% | - |
| XYZ | 54.01 | 53.59 | 7.73 | - |
| YUV | 181.87 | 29.88 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 8 | 0 | 0.24 | 0.97 | 0.05 | 45.38 | 0.94 | 0.49 |
| Hex | F2 | B9 | 8 | 0 | 18 | 61 | 5 | 2D | 5E | 31 |
| Octal | 362 | 271 | 10 | 0 | 30 | 141 | 5 | 55 | 136 | 61 |
| Binary | 11110010 | 10111001 | 1000 | 0 | 11000 | 1100001 | 101 | 101101 | 1011110 | 110001 |
Color Harmonies of #F2B908
Complementary color
Monochromatic Colors of #F2B908
Black with #F2B908
Text Example
Text Example
White with #F2B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B908; }
p { color: rgb(242,185,8); }
H1.HeaderClassName
{
color: #F2B908;
}
.AnyTagClassName
{
color: #F2B908;
}
</style>
background-color css
<style>
a { background-color: #F2B908; }
a { background-color: rgb(242,185,8); }
div.DivClassName
{
background-color: #F2B908;
}
.BgClassName
{
background-color: #F2B908;
}
</style>
border-color css
<style>
span { border-color: #F2B908; }
span { border-color: rgb(242,185,8); }
td.TdClassName
{
border-color: #F2B908;
}
.TagClassName
{
border-color: #F2B908;
}
</style>