Shades of Yellow #F0FA11
Tints of Yellow #F0FA11
RGB
CMYK
RGB Variations
Color information
#F0FA11 (or 0xF0FA11) is known color: Yellow. HEX triplet: F0, FA and 11. RGB value is (240,250,17). Sum of RGB (Red+Green+Blue) = 240+250+17=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 17 (7.03% from 255 or 3.35% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA11 is #0F05EE. Grayscale: #DDDDDD. Windows color (decimal): -984559 or 1178352. OLE color: 1178352.
HSL color Cylindrical-coordinate representation of color #F0FA11: hue angle of 62.58º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0FA11 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 17 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.02 |
| HSL | 62.58º | 0.96% | 0.52% | - |
| HSV(B) | 62.58º | 0.93% | 0.98% | - |
| XYZ | 70.22 | 86.94 | 13.61 | - |
| YUV | 220.45 | 13.19 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 17 | 0.04 | 0 | 0.93 | 0.02 | 62.58 | 0.96 | 0.52 |
| Hex | F0 | FA | 11 | 4 | 0 | 5D | 2 | 3F | 60 | 34 |
| Octal | 360 | 372 | 21 | 4 | 0 | 135 | 2 | 77 | 140 | 64 |
| Binary | 11110000 | 11111010 | 10001 | 100 | 0 | 1011101 | 10 | 111111 | 1100000 | 110100 |
Color Harmonies of #F0FA11
Complementary color
Monochromatic Colors of #F0FA11
Black with #F0FA11
Text Example
Text Example
White with #F0FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA11; }
p { color: rgb(240,250,17); }
H1.HeaderClassName
{
color: #F0FA11;
}
.AnyTagClassName
{
color: #F0FA11;
}
</style>
background-color css
<style>
a { background-color: #F0FA11; }
a { background-color: rgb(240,250,17); }
div.DivClassName
{
background-color: #F0FA11;
}
.BgClassName
{
background-color: #F0FA11;
}
</style>
border-color css
<style>
span { border-color: #F0FA11; }
span { border-color: rgb(240,250,17); }
td.TdClassName
{
border-color: #F0FA11;
}
.TagClassName
{
border-color: #F0FA11;
}
</style>