Shades of Yellow #F2FD14
Tints of Yellow #F2FD14
RGB
CMYK
RGB Variations
Color information
#F2FD14 (or 0xF2FD14) is known color: Yellow. HEX triplet: F2, FD and 14. RGB value is (242,253,20). Sum of RGB (Red+Green+Blue) = 242+253+20=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 20 (8.20% from 255 or 3.88% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FD14 is #0D02EB. Grayscale: #E0E0E0. Windows color (decimal): -852716 or 1375730. OLE color: 1375730.
HSL color Cylindrical-coordinate representation of color #F2FD14: hue angle of 62.83º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2FD14 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 20 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.01 |
| HSL | 62.83º | 0.98% | 0.54% | - |
| HSV(B) | 62.83º | 0.92% | 0.99% | - |
| XYZ | 71.87 | 89.18 | 14.09 | - |
| YUV | 223.15 | 13.36 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 20 | 0.04 | 0 | 0.92 | 0.01 | 62.83 | 0.98 | 0.54 |
| Hex | F2 | FD | 14 | 4 | 0 | 5C | 1 | 3F | 62 | 36 |
| Octal | 362 | 375 | 24 | 4 | 0 | 134 | 1 | 77 | 142 | 66 |
| Binary | 11110010 | 11111101 | 10100 | 100 | 0 | 1011100 | 1 | 111111 | 1100010 | 110110 |
Color Harmonies of #F2FD14
Complementary color
Monochromatic Colors of #F2FD14
Black with #F2FD14
Text Example
Text Example
White with #F2FD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD14; }
p { color: rgb(242,253,20); }
H1.HeaderClassName
{
color: #F2FD14;
}
.AnyTagClassName
{
color: #F2FD14;
}
</style>
background-color css
<style>
a { background-color: #F2FD14; }
a { background-color: rgb(242,253,20); }
div.DivClassName
{
background-color: #F2FD14;
}
.BgClassName
{
background-color: #F2FD14;
}
</style>
border-color css
<style>
span { border-color: #F2FD14; }
span { border-color: rgb(242,253,20); }
td.TdClassName
{
border-color: #F2FD14;
}
.TagClassName
{
border-color: #F2FD14;
}
</style>