Shades of Yellow #F0F802
Tints of Yellow #F0F802
RGB
CMYK
RGB Variations
Color information
#F0F802 (or 0xF0F802) is known color: Yellow. HEX triplet: F0, F8 and 02. RGB value is (240,248,2). Sum of RGB (Red+Green+Blue) = 240+248+2=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 2 (1.17% from 255 or 0.41% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F802 is #0F07FD. Grayscale: #DADADA. Windows color (decimal): -985086 or 194800. OLE color: 194800.
HSL color Cylindrical-coordinate representation of color #F0F802: hue angle of 61.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0F802 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.03 |
| HSL | 61.95º | 0.98% | 0.49% | - |
| HSV(B) | 61.95º | 0.99% | 0.97% | - |
| XYZ | 69.51 | 85.66 | 12.93 | - |
| YUV | 217.56 | 6.35 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 2 | 0.03 | 0 | 0.99 | 0.03 | 61.95 | 0.98 | 0.49 |
| Hex | F0 | F8 | 2 | 3 | 0 | 63 | 3 | 3E | 62 | 31 |
| Octal | 360 | 370 | 2 | 3 | 0 | 143 | 3 | 76 | 142 | 61 |
| Binary | 11110000 | 11111000 | 10 | 11 | 0 | 1100011 | 11 | 111110 | 1100010 | 110001 |
Color Harmonies of #F0F802
Complementary color
Monochromatic Colors of #F0F802
Black with #F0F802
Text Example
Text Example
White with #F0F802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F802; }
p { color: rgb(240,248,2); }
H1.HeaderClassName
{
color: #F0F802;
}
.AnyTagClassName
{
color: #F0F802;
}
</style>
background-color css
<style>
a { background-color: #F0F802; }
a { background-color: rgb(240,248,2); }
div.DivClassName
{
background-color: #F0F802;
}
.BgClassName
{
background-color: #F0F802;
}
</style>
border-color css
<style>
span { border-color: #F0F802; }
span { border-color: rgb(240,248,2); }
td.TdClassName
{
border-color: #F0F802;
}
.TagClassName
{
border-color: #F0F802;
}
</style>