Shades of Yellow #F0F706
Tints of Yellow #F0F706
RGB
CMYK
RGB Variations
Color information
#F0F706 (or 0xF0F706) is known color: Yellow. HEX triplet: F0, F7 and 06. RGB value is (240,247,6). Sum of RGB (Red+Green+Blue) = 240+247+6=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 6 (2.73% from 255 or 1.22% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F706 is #0F08F9. Grayscale: #DADADA. Windows color (decimal): -985338 or 456688. OLE color: 456688.
HSL color Cylindrical-coordinate representation of color #F0F706: hue angle of 61.74º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0F706 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 6 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.03 |
| HSL | 61.74º | 0.95% | 0.5% | - |
| HSV(B) | 61.74º | 0.98% | 0.97% | - |
| XYZ | 69.23 | 85.06 | 12.94 | - |
| YUV | 217.43 | 8.68 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 6 | 0.03 | 0 | 0.98 | 0.03 | 61.74 | 0.95 | 0.5 |
| Hex | F0 | F7 | 6 | 3 | 0 | 62 | 3 | 3E | 5F | 32 |
| Octal | 360 | 367 | 6 | 3 | 0 | 142 | 3 | 76 | 137 | 62 |
| Binary | 11110000 | 11110111 | 110 | 11 | 0 | 1100010 | 11 | 111110 | 1011111 | 110010 |
Color Harmonies of #F0F706
Complementary color
Monochromatic Colors of #F0F706
Black with #F0F706
Text Example
Text Example
White with #F0F706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F706; }
p { color: rgb(240,247,6); }
H1.HeaderClassName
{
color: #F0F706;
}
.AnyTagClassName
{
color: #F0F706;
}
</style>
background-color css
<style>
a { background-color: #F0F706; }
a { background-color: rgb(240,247,6); }
div.DivClassName
{
background-color: #F0F706;
}
.BgClassName
{
background-color: #F0F706;
}
</style>
border-color css
<style>
span { border-color: #F0F706; }
span { border-color: rgb(240,247,6); }
td.TdClassName
{
border-color: #F0F706;
}
.TagClassName
{
border-color: #F0F706;
}
</style>