Shades of Yellow #F0FB0A
Tints of Yellow #F0FB0A
RGB
CMYK
RGB Variations
Color information
#F0FB0A (or 0xF0FB0A) is known color: Yellow. HEX triplet: F0, FB and 0A. RGB value is (240,251,10). Sum of RGB (Red+Green+Blue) = 240+251+10=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 10 (4.30% from 255 or 2.00% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FB0A is #0F04F5. Grayscale: #DDDDDD. Windows color (decimal): -984310 or 719856. OLE color: 719856.
HSL color Cylindrical-coordinate representation of color #F0FB0A: hue angle of 62.74º degrees, saturation: 0.97, 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 #F0FB0A is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 10 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.02 |
| HSL | 62.74º | 0.97% | 0.51% | - |
| HSV(B) | 62.74º | 0.96% | 0.98% | - |
| XYZ | 70.49 | 87.54 | 13.47 | - |
| YUV | 220.24 | 9.36 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 10 | 0.04 | 0 | 0.96 | 0.02 | 62.74 | 0.97 | 0.51 |
| Hex | F0 | FB | A | 4 | 0 | 60 | 2 | 3F | 61 | 33 |
| Octal | 360 | 373 | 12 | 4 | 0 | 140 | 2 | 77 | 141 | 63 |
| Binary | 11110000 | 11111011 | 1010 | 100 | 0 | 1100000 | 10 | 111111 | 1100001 | 110011 |
Color Harmonies of #F0FB0A
Complementary color
Monochromatic Colors of #F0FB0A
Black with #F0FB0A
Text Example
Text Example
White with #F0FB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB0A; }
p { color: rgb(240,251,10); }
H1.HeaderClassName
{
color: #F0FB0A;
}
.AnyTagClassName
{
color: #F0FB0A;
}
</style>
background-color css
<style>
a { background-color: #F0FB0A; }
a { background-color: rgb(240,251,10); }
div.DivClassName
{
background-color: #F0FB0A;
}
.BgClassName
{
background-color: #F0FB0A;
}
</style>
border-color css
<style>
span { border-color: #F0FB0A; }
span { border-color: rgb(240,251,10); }
td.TdClassName
{
border-color: #F0FB0A;
}
.TagClassName
{
border-color: #F0FB0A;
}
</style>