Shades of Selective Yellow #F2B408
Tints of Selective Yellow #F2B408
RGB
CMYK
RGB Variations
Color information
#F2B408 (or 0xF2B408) is known color: Selective Yellow. HEX triplet: F2, B4 and 08. RGB value is (242,180,8). Sum of RGB (Red+Green+Blue) = 242+180+8=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B408 is #0D4BF7. Grayscale: #B3B3B3. Windows color (decimal): -871416 or 570610. OLE color: 570610.
HSL color Cylindrical-coordinate representation of color #F2B408: hue angle of 44.1º 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 #F2B408 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 8 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.05 |
| HSL | 44.1º | 0.94% | 0.49% | - |
| HSV(B) | 44.1º | 0.97% | 0.95% | - |
| XYZ | 52.98 | 51.54 | 7.38 | - |
| YUV | 178.93 | 31.54 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 8 | 0 | 0.26 | 0.97 | 0.05 | 44.1 | 0.94 | 0.49 |
| Hex | F2 | B4 | 8 | 0 | 1A | 61 | 5 | 2C | 5E | 31 |
| Octal | 362 | 264 | 10 | 0 | 32 | 141 | 5 | 54 | 136 | 61 |
| Binary | 11110010 | 10110100 | 1000 | 0 | 11010 | 1100001 | 101 | 101100 | 1011110 | 110001 |
Color Harmonies of #F2B408
Complementary color
Monochromatic Colors of #F2B408
Black with #F2B408
Text Example
Text Example
White with #F2B408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B408; }
p { color: rgb(242,180,8); }
H1.HeaderClassName
{
color: #F2B408;
}
.AnyTagClassName
{
color: #F2B408;
}
</style>
background-color css
<style>
a { background-color: #F2B408; }
a { background-color: rgb(242,180,8); }
div.DivClassName
{
background-color: #F2B408;
}
.BgClassName
{
background-color: #F2B408;
}
</style>
border-color css
<style>
span { border-color: #F2B408; }
span { border-color: rgb(242,180,8); }
td.TdClassName
{
border-color: #F2B408;
}
.TagClassName
{
border-color: #F2B408;
}
</style>