Shades of Yellow #F2FD16
Tints of Yellow #F2FD16
RGB
CMYK
RGB Variations
Color information
#F2FD16 (or 0xF2FD16) is known color: Yellow. HEX triplet: F2, FD and 16. RGB value is (242,253,22). Sum of RGB (Red+Green+Blue) = 242+253+22=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 22 (8.98% from 255 or 4.26% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FD16 is #0D02E9. Grayscale: #E0E0E0. Windows color (decimal): -852714 or 1506802. OLE color: 1506802.
HSL color Cylindrical-coordinate representation of color #F2FD16: hue angle of 62.86º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2FD16 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 22 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.01 |
| HSL | 62.86º | 0.98% | 0.54% | - |
| HSV(B) | 62.86º | 0.91% | 0.99% | - |
| XYZ | 71.89 | 89.19 | 14.18 | - |
| YUV | 223.38 | 14.36 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 22 | 0.04 | 0 | 0.91 | 0.01 | 62.86 | 0.98 | 0.54 |
| Hex | F2 | FD | 16 | 4 | 0 | 5B | 1 | 3F | 62 | 36 |
| Octal | 362 | 375 | 26 | 4 | 0 | 133 | 1 | 77 | 142 | 66 |
| Binary | 11110010 | 11111101 | 10110 | 100 | 0 | 1011011 | 1 | 111111 | 1100010 | 110110 |
Color Harmonies of #F2FD16
Complementary color
Monochromatic Colors of #F2FD16
Black with #F2FD16
Text Example
Text Example
White with #F2FD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD16; }
p { color: rgb(242,253,22); }
H1.HeaderClassName
{
color: #F2FD16;
}
.AnyTagClassName
{
color: #F2FD16;
}
</style>
background-color css
<style>
a { background-color: #F2FD16; }
a { background-color: rgb(242,253,22); }
div.DivClassName
{
background-color: #F2FD16;
}
.BgClassName
{
background-color: #F2FD16;
}
</style>
border-color css
<style>
span { border-color: #F2FD16; }
span { border-color: rgb(242,253,22); }
td.TdClassName
{
border-color: #F2FD16;
}
.TagClassName
{
border-color: #F2FD16;
}
</style>