Shades of Yellow #F2FF10
Tints of Yellow #F2FF10
RGB
CMYK
RGB Variations
Color information
#F2FF10 (or 0xF2FF10) is known color: Yellow. HEX triplet: F2, FF and 10. RGB value is (242,255,16). Sum of RGB (Red+Green+Blue) = 242+255+16=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 16 (6.64% from 255 or 3.12% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FF10 is #0D00EF. Grayscale: #E0E0E0. Windows color (decimal): -852208 or 1114098. OLE color: 1114098.
HSL color Cylindrical-coordinate representation of color #F2FF10: hue angle of 63.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2FF10 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 16 | - |
| CMYK | 0.05 | 0 | 0.94 | 0 |
| HSL | 63.26º | 1% | 0.53% | - |
| HSV(B) | 63.26º | 0.94% | 1% | - |
| XYZ | 72.47 | 90.43 | 14.13 | - |
| YUV | 223.87 | 10.69 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 16 | 0.05 | 0 | 0.94 | 0 | 63.26 | 1 | 0.53 |
| Hex | F2 | FF | 10 | 5 | 0 | 5E | 0 | 3F | 64 | 35 |
| Octal | 362 | 377 | 20 | 5 | 0 | 136 | 0 | 77 | 144 | 65 |
| Binary | 11110010 | 11111111 | 10000 | 101 | 0 | 1011110 | 0 | 111111 | 1100100 | 110101 |
Color Harmonies of #F2FF10
Complementary color
Monochromatic Colors of #F2FF10
Black with #F2FF10
Text Example
Text Example
White with #F2FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF10; }
p { color: rgb(242,255,16); }
H1.HeaderClassName
{
color: #F2FF10;
}
.AnyTagClassName
{
color: #F2FF10;
}
</style>
background-color css
<style>
a { background-color: #F2FF10; }
a { background-color: rgb(242,255,16); }
div.DivClassName
{
background-color: #F2FF10;
}
.BgClassName
{
background-color: #F2FF10;
}
</style>
border-color css
<style>
span { border-color: #F2FF10; }
span { border-color: rgb(242,255,16); }
td.TdClassName
{
border-color: #F2FF10;
}
.TagClassName
{
border-color: #F2FF10;
}
</style>