Shades of Yellow #F0F508
Tints of Yellow #F0F508
RGB
CMYK
RGB Variations
Color information
#F0F508 (or 0xF0F508) is known color: Yellow. HEX triplet: F0, F5 and 08. RGB value is (240,245,8). Sum of RGB (Red+Green+Blue) = 240+245+8=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 8 (3.52% from 255 or 1.62% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F508 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F508 is #0F0AF7. Grayscale: #D9D9D9. Windows color (decimal): -985848 or 587248. OLE color: 587248.
HSL color Cylindrical-coordinate representation of color #F0F508: hue angle of 61.27º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0F508 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 8 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.04 |
| HSL | 61.27º | 0.94% | 0.5% | - |
| HSV(B) | 61.27º | 0.97% | 0.96% | - |
| XYZ | 68.63 | 83.85 | 12.8 | - |
| YUV | 216.49 | 10.34 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 8 | 0.02 | 0 | 0.97 | 0.04 | 61.27 | 0.94 | 0.5 |
| Hex | F0 | F5 | 8 | 2 | 0 | 61 | 4 | 3D | 5E | 32 |
| Octal | 360 | 365 | 10 | 2 | 0 | 141 | 4 | 75 | 136 | 62 |
| Binary | 11110000 | 11110101 | 1000 | 10 | 0 | 1100001 | 100 | 111101 | 1011110 | 110010 |
Color Harmonies of #F0F508
Complementary color
Monochromatic Colors of #F0F508
Black with #F0F508
Text Example
Text Example
White with #F0F508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F508; }
p { color: rgb(240,245,8); }
H1.HeaderClassName
{
color: #F0F508;
}
.AnyTagClassName
{
color: #F0F508;
}
</style>
background-color css
<style>
a { background-color: #F0F508; }
a { background-color: rgb(240,245,8); }
div.DivClassName
{
background-color: #F0F508;
}
.BgClassName
{
background-color: #F0F508;
}
</style>
border-color css
<style>
span { border-color: #F0F508; }
span { border-color: rgb(240,245,8); }
td.TdClassName
{
border-color: #F0F508;
}
.TagClassName
{
border-color: #F0F508;
}
</style>