Shades of Yellow #F0FA08
Tints of Yellow #F0FA08
RGB
CMYK
RGB Variations
Color information
#F0FA08 (or 0xF0FA08) is known color: Yellow. HEX triplet: F0, FA and 08. RGB value is (240,250,8). Sum of RGB (Red+Green+Blue) = 240+250+8=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 8 (3.52% from 255 or 1.61% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA08 is #0F05F7. Grayscale: #DCDCDC. Windows color (decimal): -984568 or 588528. OLE color: 588528.
HSL color Cylindrical-coordinate representation of color #F0FA08: hue angle of 62.48º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0FA08 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 8 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.02 |
| HSL | 62.48º | 0.96% | 0.51% | - |
| HSV(B) | 62.48º | 0.97% | 0.98% | - |
| XYZ | 70.16 | 86.91 | 13.31 | - |
| YUV | 219.42 | 8.69 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 8 | 0.04 | 0 | 0.97 | 0.02 | 62.48 | 0.96 | 0.51 |
| Hex | F0 | FA | 8 | 4 | 0 | 61 | 2 | 3E | 60 | 33 |
| Octal | 360 | 372 | 10 | 4 | 0 | 141 | 2 | 76 | 140 | 63 |
| Binary | 11110000 | 11111010 | 1000 | 100 | 0 | 1100001 | 10 | 111110 | 1100000 | 110011 |
Color Harmonies of #F0FA08
Complementary color
Monochromatic Colors of #F0FA08
Black with #F0FA08
Text Example
Text Example
White with #F0FA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA08; }
p { color: rgb(240,250,8); }
H1.HeaderClassName
{
color: #F0FA08;
}
.AnyTagClassName
{
color: #F0FA08;
}
</style>
background-color css
<style>
a { background-color: #F0FA08; }
a { background-color: rgb(240,250,8); }
div.DivClassName
{
background-color: #F0FA08;
}
.BgClassName
{
background-color: #F0FA08;
}
</style>
border-color css
<style>
span { border-color: #F0FA08; }
span { border-color: rgb(240,250,8); }
td.TdClassName
{
border-color: #F0FA08;
}
.TagClassName
{
border-color: #F0FA08;
}
</style>