Shades of Yellow #F0FC10
Tints of Yellow #F0FC10
RGB
CMYK
RGB Variations
Color information
#F0FC10 (or 0xF0FC10) is known color: Yellow. HEX triplet: F0, FC and 10. RGB value is (240,252,16). Sum of RGB (Red+Green+Blue) = 240+252+16=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 16 (6.64% from 255 or 3.15% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FC10 is #0F03EF. Grayscale: #DEDEDE. Windows color (decimal): -984048 or 1113328. OLE color: 1113328.
HSL color Cylindrical-coordinate representation of color #F0FC10: hue angle of 63.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0FC10 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 16 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.01 |
| HSL | 63.05º | 0.98% | 0.53% | - |
| HSV(B) | 63.05º | 0.94% | 0.99% | - |
| XYZ | 70.84 | 88.18 | 13.78 | - |
| YUV | 221.51 | 12.02 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 16 | 0.05 | 0 | 0.94 | 0.01 | 63.05 | 0.98 | 0.53 |
| Hex | F0 | FC | 10 | 5 | 0 | 5E | 1 | 3F | 62 | 35 |
| Octal | 360 | 374 | 20 | 5 | 0 | 136 | 1 | 77 | 142 | 65 |
| Binary | 11110000 | 11111100 | 10000 | 101 | 0 | 1011110 | 1 | 111111 | 1100010 | 110101 |
Color Harmonies of #F0FC10
Complementary color
Monochromatic Colors of #F0FC10
Black with #F0FC10
Text Example
Text Example
White with #F0FC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC10; }
p { color: rgb(240,252,16); }
H1.HeaderClassName
{
color: #F0FC10;
}
.AnyTagClassName
{
color: #F0FC10;
}
</style>
background-color css
<style>
a { background-color: #F0FC10; }
a { background-color: rgb(240,252,16); }
div.DivClassName
{
background-color: #F0FC10;
}
.BgClassName
{
background-color: #F0FC10;
}
</style>
border-color css
<style>
span { border-color: #F0FC10; }
span { border-color: rgb(240,252,16); }
td.TdClassName
{
border-color: #F0FC10;
}
.TagClassName
{
border-color: #F0FC10;
}
</style>