Shades of Yellow #F0F80E
Tints of Yellow #F0F80E
RGB
CMYK
RGB Variations
Color information
#F0F80E (or 0xF0F80E) is known color: Yellow. HEX triplet: F0, F8 and 0E. RGB value is (240,248,14). Sum of RGB (Red+Green+Blue) = 240+248+14=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 14 (5.86% from 255 or 2.79% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F80E is #0F07F1. Grayscale: #DBDBDB. Windows color (decimal): -985074 or 981232. OLE color: 981232.
HSL color Cylindrical-coordinate representation of color #F0F80E: hue angle of 62.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0F80E is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 14 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.03 |
| HSL | 62.05º | 0.94% | 0.51% | - |
| HSV(B) | 62.05º | 0.94% | 0.97% | - |
| XYZ | 69.58 | 85.69 | 13.29 | - |
| YUV | 218.93 | 12.35 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 14 | 0.03 | 0 | 0.94 | 0.03 | 62.05 | 0.94 | 0.51 |
| Hex | F0 | F8 | E | 3 | 0 | 5E | 3 | 3E | 5E | 33 |
| Octal | 360 | 370 | 16 | 3 | 0 | 136 | 3 | 76 | 136 | 63 |
| Binary | 11110000 | 11111000 | 1110 | 11 | 0 | 1011110 | 11 | 111110 | 1011110 | 110011 |
Color Harmonies of #F0F80E
Complementary color
Monochromatic Colors of #F0F80E
Black with #F0F80E
Text Example
Text Example
White with #F0F80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F80E; }
p { color: rgb(240,248,14); }
H1.HeaderClassName
{
color: #F0F80E;
}
.AnyTagClassName
{
color: #F0F80E;
}
</style>
background-color css
<style>
a { background-color: #F0F80E; }
a { background-color: rgb(240,248,14); }
div.DivClassName
{
background-color: #F0F80E;
}
.BgClassName
{
background-color: #F0F80E;
}
</style>
border-color css
<style>
span { border-color: #F0F80E; }
span { border-color: rgb(240,248,14); }
td.TdClassName
{
border-color: #F0F80E;
}
.TagClassName
{
border-color: #F0F80E;
}
</style>