Shades of Yellow #F0FA0A
Tints of Yellow #F0FA0A
RGB
CMYK
RGB Variations
Color information
#F0FA0A (or 0xF0FA0A) is known color: Yellow. HEX triplet: F0, FA and 0A. RGB value is (240,250,10). Sum of RGB (Red+Green+Blue) = 240+250+10=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 10 (4.30% from 255 or 2% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA0A is #0F05F5. Grayscale: #DCDCDC. Windows color (decimal): -984566 or 719600. OLE color: 719600.
HSL color Cylindrical-coordinate representation of color #F0FA0A: hue angle of 62.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0FA0A is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 10 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.02 |
| HSL | 62.5º | 0.96% | 0.51% | - |
| HSV(B) | 62.5º | 0.96% | 0.98% | - |
| XYZ | 70.18 | 86.92 | 13.37 | - |
| YUV | 219.65 | 9.69 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 10 | 0.04 | 0 | 0.96 | 0.02 | 62.5 | 0.96 | 0.51 |
| Hex | F0 | FA | A | 4 | 0 | 60 | 2 | 3F | 60 | 33 |
| Octal | 360 | 372 | 12 | 4 | 0 | 140 | 2 | 77 | 140 | 63 |
| Binary | 11110000 | 11111010 | 1010 | 100 | 0 | 1100000 | 10 | 111111 | 1100000 | 110011 |
Color Harmonies of #F0FA0A
Complementary color
Monochromatic Colors of #F0FA0A
Black with #F0FA0A
Text Example
Text Example
White with #F0FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA0A; }
p { color: rgb(240,250,10); }
H1.HeaderClassName
{
color: #F0FA0A;
}
.AnyTagClassName
{
color: #F0FA0A;
}
</style>
background-color css
<style>
a { background-color: #F0FA0A; }
a { background-color: rgb(240,250,10); }
div.DivClassName
{
background-color: #F0FA0A;
}
.BgClassName
{
background-color: #F0FA0A;
}
</style>
border-color css
<style>
span { border-color: #F0FA0A; }
span { border-color: rgb(240,250,10); }
td.TdClassName
{
border-color: #F0FA0A;
}
.TagClassName
{
border-color: #F0FA0A;
}
</style>