Shades of Yellow #F0F705
Tints of Yellow #F0F705
RGB
CMYK
RGB Variations
Color information
#F0F705 (or 0xF0F705) is known color: Yellow. HEX triplet: F0, F7 and 05. RGB value is (240,247,5). Sum of RGB (Red+Green+Blue) = 240+247+5=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 5 (2.34% from 255 or 1.02% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F705 is #0F08FA. Grayscale: #DADADA. Windows color (decimal): -985339 or 391152. OLE color: 391152.
HSL color Cylindrical-coordinate representation of color #F0F705: hue angle of 61.74º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0F705 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 5 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.03 |
| HSL | 61.74º | 0.96% | 0.49% | - |
| HSV(B) | 61.74º | 0.98% | 0.97% | - |
| XYZ | 69.22 | 85.06 | 12.91 | - |
| YUV | 217.32 | 8.18 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 5 | 0.03 | 0 | 0.98 | 0.03 | 61.74 | 0.96 | 0.49 |
| Hex | F0 | F7 | 5 | 3 | 0 | 62 | 3 | 3E | 60 | 31 |
| Octal | 360 | 367 | 5 | 3 | 0 | 142 | 3 | 76 | 140 | 61 |
| Binary | 11110000 | 11110111 | 101 | 11 | 0 | 1100010 | 11 | 111110 | 1100000 | 110001 |
Color Harmonies of #F0F705
Complementary color
Monochromatic Colors of #F0F705
Black with #F0F705
Text Example
Text Example
White with #F0F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F705; }
p { color: rgb(240,247,5); }
H1.HeaderClassName
{
color: #F0F705;
}
.AnyTagClassName
{
color: #F0F705;
}
</style>
background-color css
<style>
a { background-color: #F0F705; }
a { background-color: rgb(240,247,5); }
div.DivClassName
{
background-color: #F0F705;
}
.BgClassName
{
background-color: #F0F705;
}
</style>
border-color css
<style>
span { border-color: #F0F705; }
span { border-color: rgb(240,247,5); }
td.TdClassName
{
border-color: #F0F705;
}
.TagClassName
{
border-color: #F0F705;
}
</style>