Shades of Yellow #F0F808
Tints of Yellow #F0F808
RGB
CMYK
RGB Variations
Color information
#F0F808 (or 0xF0F808) is known color: Yellow. HEX triplet: F0, F8 and 08. RGB value is (240,248,8). Sum of RGB (Red+Green+Blue) = 240+248+8=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 8 (3.52% from 255 or 1.61% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F808 is #0F07F7. Grayscale: #DBDBDB. Windows color (decimal): -985080 or 588016. OLE color: 588016.
HSL color Cylindrical-coordinate representation of color #F0F808: hue angle of 62º 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 #F0F808 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 8 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.03 |
| HSL | 62º | 0.94% | 0.5% | - |
| HSV(B) | 62º | 0.97% | 0.97% | - |
| XYZ | 69.55 | 85.68 | 13.1 | - |
| YUV | 218.25 | 9.35 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 8 | 0.03 | 0 | 0.97 | 0.03 | 62 | 0.94 | 0.5 |
| Hex | F0 | F8 | 8 | 3 | 0 | 61 | 3 | 3E | 5E | 32 |
| Octal | 360 | 370 | 10 | 3 | 0 | 141 | 3 | 76 | 136 | 62 |
| Binary | 11110000 | 11111000 | 1000 | 11 | 0 | 1100001 | 11 | 111110 | 1011110 | 110010 |
Color Harmonies of #F0F808
Complementary color
Monochromatic Colors of #F0F808
Black with #F0F808
Text Example
Text Example
White with #F0F808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F808; }
p { color: rgb(240,248,8); }
H1.HeaderClassName
{
color: #F0F808;
}
.AnyTagClassName
{
color: #F0F808;
}
</style>
background-color css
<style>
a { background-color: #F0F808; }
a { background-color: rgb(240,248,8); }
div.DivClassName
{
background-color: #F0F808;
}
.BgClassName
{
background-color: #F0F808;
}
</style>
border-color css
<style>
span { border-color: #F0F808; }
span { border-color: rgb(240,248,8); }
td.TdClassName
{
border-color: #F0F808;
}
.TagClassName
{
border-color: #F0F808;
}
</style>