Shades of Yellow #F0F708
Tints of Yellow #F0F708
RGB
CMYK
RGB Variations
Color information
#F0F708 (or 0xF0F708) is known color: Yellow. HEX triplet: F0, F7 and 08. RGB value is (240,247,8). Sum of RGB (Red+Green+Blue) = 240+247+8=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 8 (3.52% from 255 or 1.62% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F708 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F708 is #0F08F7. Grayscale: #DADADA. Windows color (decimal): -985336 or 587760. OLE color: 587760.
HSL color Cylindrical-coordinate representation of color #F0F708: hue angle of 61.76º 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 #F0F708 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 8 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.03 |
| HSL | 61.76º | 0.94% | 0.5% | - |
| HSV(B) | 61.76º | 0.97% | 0.97% | - |
| XYZ | 69.24 | 85.06 | 13 | - |
| YUV | 217.66 | 9.68 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 8 | 0.03 | 0 | 0.97 | 0.03 | 61.76 | 0.94 | 0.5 |
| Hex | F0 | F7 | 8 | 3 | 0 | 61 | 3 | 3E | 5E | 32 |
| Octal | 360 | 367 | 10 | 3 | 0 | 141 | 3 | 76 | 136 | 62 |
| Binary | 11110000 | 11110111 | 1000 | 11 | 0 | 1100001 | 11 | 111110 | 1011110 | 110010 |
Color Harmonies of #F0F708
Complementary color
Monochromatic Colors of #F0F708
Black with #F0F708
Text Example
Text Example
White with #F0F708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F708; }
p { color: rgb(240,247,8); }
H1.HeaderClassName
{
color: #F0F708;
}
.AnyTagClassName
{
color: #F0F708;
}
</style>
background-color css
<style>
a { background-color: #F0F708; }
a { background-color: rgb(240,247,8); }
div.DivClassName
{
background-color: #F0F708;
}
.BgClassName
{
background-color: #F0F708;
}
</style>
border-color css
<style>
span { border-color: #F0F708; }
span { border-color: rgb(240,247,8); }
td.TdClassName
{
border-color: #F0F708;
}
.TagClassName
{
border-color: #F0F708;
}
</style>