Shades of Lemon #F2DF16
Tints of Lemon #F2DF16
RGB
CMYK
RGB Variations
Color information
#F2DF16 (or 0xF2DF16) is known color: Lemon. HEX triplet: F2, DF and 16. RGB value is (242,223,22). Sum of RGB (Red+Green+Blue) = 242+223+22=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 22 (8.98% from 255 or 4.52% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DF16 is #0D20E9. Grayscale: #CECECE. Windows color (decimal): -860394 or 1499122. OLE color: 1499122.
HSL color Cylindrical-coordinate representation of color #F2DF16: hue angle of 54.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2DF16 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 22 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.05 |
| HSL | 54.82º | 0.89% | 0.52% | - |
| HSV(B) | 54.82º | 0.91% | 0.95% | - |
| XYZ | 63.15 | 71.71 | 11.27 | - |
| YUV | 205.77 | 24.29 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 22 | 0 | 0.08 | 0.91 | 0.05 | 54.82 | 0.89 | 0.52 |
| Hex | F2 | DF | 16 | 0 | 8 | 5B | 5 | 37 | 59 | 34 |
| Octal | 362 | 337 | 26 | 0 | 10 | 133 | 5 | 67 | 131 | 64 |
| Binary | 11110010 | 11011111 | 10110 | 0 | 1000 | 1011011 | 101 | 110111 | 1011001 | 110100 |
Color Harmonies of #F2DF16
Complementary color
Monochromatic Colors of #F2DF16
Black with #F2DF16
Text Example
Text Example
White with #F2DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF16; }
p { color: rgb(242,223,22); }
H1.HeaderClassName
{
color: #F2DF16;
}
.AnyTagClassName
{
color: #F2DF16;
}
</style>
background-color css
<style>
a { background-color: #F2DF16; }
a { background-color: rgb(242,223,22); }
div.DivClassName
{
background-color: #F2DF16;
}
.BgClassName
{
background-color: #F2DF16;
}
</style>
border-color css
<style>
span { border-color: #F2DF16; }
span { border-color: rgb(242,223,22); }
td.TdClassName
{
border-color: #F2DF16;
}
.TagClassName
{
border-color: #F2DF16;
}
</style>