Shades of Yellow #F2F808
Tints of Yellow #F2F808
RGB
CMYK
RGB Variations
Color information
#F2F808 (or 0xF2F808) is known color: Yellow. HEX triplet: F2, F8 and 08. RGB value is (242,248,8). Sum of RGB (Red+Green+Blue) = 242+248+8=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 8 (3.52% from 255 or 1.61% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F808 is #0D07F7. Grayscale: #DBDBDB. Windows color (decimal): -854008 or 588018. OLE color: 588018.
HSL color Cylindrical-coordinate representation of color #F2F808: hue angle of 61.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2F808 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 8 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.03 |
| HSL | 61.5º | 0.94% | 0.5% | - |
| HSV(B) | 61.5º | 0.97% | 0.97% | - |
| XYZ | 70.23 | 86.03 | 13.13 | - |
| YUV | 218.85 | 9.01 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 8 | 0.02 | 0 | 0.97 | 0.03 | 61.5 | 0.94 | 0.5 |
| Hex | F2 | F8 | 8 | 2 | 0 | 61 | 3 | 3E | 5E | 32 |
| Octal | 362 | 370 | 10 | 2 | 0 | 141 | 3 | 76 | 136 | 62 |
| Binary | 11110010 | 11111000 | 1000 | 10 | 0 | 1100001 | 11 | 111110 | 1011110 | 110010 |
Color Harmonies of #F2F808
Complementary color
Monochromatic Colors of #F2F808
Black with #F2F808
Text Example
Text Example
White with #F2F808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F808; }
p { color: rgb(242,248,8); }
H1.HeaderClassName
{
color: #F2F808;
}
.AnyTagClassName
{
color: #F2F808;
}
</style>
background-color css
<style>
a { background-color: #F2F808; }
a { background-color: rgb(242,248,8); }
div.DivClassName
{
background-color: #F2F808;
}
.BgClassName
{
background-color: #F2F808;
}
</style>
border-color css
<style>
span { border-color: #F2F808; }
span { border-color: rgb(242,248,8); }
td.TdClassName
{
border-color: #F2F808;
}
.TagClassName
{
border-color: #F2F808;
}
</style>