Shades of Yellow #F0FA00
Tints of Yellow #F0FA00
RGB
CMYK
RGB Variations
Color information
#F0FA00 (or 0xF0FA00) is known color: Yellow. HEX triplet: F0, FA and 00. RGB value is (240,250,0). Sum of RGB (Red+Green+Blue) = 240+250+0=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 0 (0.39% from 255 or 0% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA00 is #0F05FF. Grayscale: #DBDBDB. Windows color (decimal): -984576 or 64240. OLE color: 64240.
HSL color Cylindrical-coordinate representation of color #F0FA00: hue angle of 62.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0FA00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.02 |
| HSL | 62.4º | 1% | 0.49% | - |
| HSV(B) | 62.4º | 1% | 0.98% | - |
| XYZ | 70.12 | 86.9 | 13.08 | - |
| YUV | 218.51 | 4.69 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 0 | 0.04 | 0 | 1 | 0.02 | 62.4 | 1 | 0.49 |
| Hex | F0 | FA | 0 | 4 | 0 | 64 | 2 | 3E | 64 | 31 |
| Octal | 360 | 372 | 0 | 4 | 0 | 144 | 2 | 76 | 144 | 61 |
| Binary | 11110000 | 11111010 | 0 | 100 | 0 | 1100100 | 10 | 111110 | 1100100 | 110001 |
Color Harmonies of #F0FA00
Complementary color
Monochromatic Colors of #F0FA00
Black with #F0FA00
Text Example
Text Example
White with #F0FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA00; }
p { color: rgb(240,250,0); }
H1.HeaderClassName
{
color: #F0FA00;
}
.AnyTagClassName
{
color: #F0FA00;
}
</style>
background-color css
<style>
a { background-color: #F0FA00; }
a { background-color: rgb(240,250,0); }
div.DivClassName
{
background-color: #F0FA00;
}
.BgClassName
{
background-color: #F0FA00;
}
</style>
border-color css
<style>
span { border-color: #F0FA00; }
span { border-color: rgb(240,250,0); }
td.TdClassName
{
border-color: #F0FA00;
}
.TagClassName
{
border-color: #F0FA00;
}
</style>