Shades of Yellow #F2FE10
Tints of Yellow #F2FE10
RGB
CMYK
RGB Variations
Color information
#F2FE10 (or 0xF2FE10) is known color: Yellow. HEX triplet: F2, FE and 10. RGB value is (242,254,16). Sum of RGB (Red+Green+Blue) = 242+254+16=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 16 (6.64% from 255 or 3.12% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FE10 is #0D01EF. Grayscale: #E0E0E0. Windows color (decimal): -852464 or 1113842. OLE color: 1113842.
HSL color Cylindrical-coordinate representation of color #F2FE10: hue angle of 63.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2FE10 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 16 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.00 |
| HSL | 63.03º | 0.99% | 0.53% | - |
| HSV(B) | 63.03º | 0.94% | 1% | - |
| XYZ | 72.15 | 89.8 | 14.02 | - |
| YUV | 223.28 | 11.02 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 16 | 0.05 | 0 | 0.94 | 0.00 | 63.03 | 0.99 | 0.53 |
| Hex | F2 | FE | 10 | 5 | 0 | 5E | 0 | 3F | 63 | 35 |
| Octal | 362 | 376 | 20 | 5 | 0 | 136 | 0 | 77 | 143 | 65 |
| Binary | 11110010 | 11111110 | 10000 | 101 | 0 | 1011110 | 0 | 111111 | 1100011 | 110101 |
Color Harmonies of #F2FE10
Complementary color
Monochromatic Colors of #F2FE10
Black with #F2FE10
Text Example
Text Example
White with #F2FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE10; }
p { color: rgb(242,254,16); }
H1.HeaderClassName
{
color: #F2FE10;
}
.AnyTagClassName
{
color: #F2FE10;
}
</style>
background-color css
<style>
a { background-color: #F2FE10; }
a { background-color: rgb(242,254,16); }
div.DivClassName
{
background-color: #F2FE10;
}
.BgClassName
{
background-color: #F2FE10;
}
</style>
border-color css
<style>
span { border-color: #F2FE10; }
span { border-color: rgb(242,254,16); }
td.TdClassName
{
border-color: #F2FE10;
}
.TagClassName
{
border-color: #F2FE10;
}
</style>