Shades of Lemon #F2DF1A
Tints of Lemon #F2DF1A
RGB
CMYK
RGB Variations
Color information
#F2DF1A (or 0xF2DF1A) is known color: Lemon. HEX triplet: F2, DF and 1A. RGB value is (242,223,26). Sum of RGB (Red+Green+Blue) = 242+223+26=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 26 (10.55% from 255 or 5.30% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DF1A is #0D20E5. Grayscale: #CFCFCF. Windows color (decimal): -860390 or 1761266. OLE color: 1761266.
HSL color Cylindrical-coordinate representation of color #F2DF1A: hue angle of 54.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2DF1A is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 26 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.05 |
| HSL | 54.72º | 0.89% | 0.53% | - |
| HSV(B) | 54.72º | 0.89% | 0.95% | - |
| XYZ | 63.19 | 71.73 | 11.49 | - |
| YUV | 206.22 | 26.29 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 26 | 0 | 0.08 | 0.89 | 0.05 | 54.72 | 0.89 | 0.53 |
| Hex | F2 | DF | 1A | 0 | 8 | 59 | 5 | 37 | 59 | 35 |
| Octal | 362 | 337 | 32 | 0 | 10 | 131 | 5 | 67 | 131 | 65 |
| Binary | 11110010 | 11011111 | 11010 | 0 | 1000 | 1011001 | 101 | 110111 | 1011001 | 110101 |
Color Harmonies of #F2DF1A
Complementary color
Monochromatic Colors of #F2DF1A
Black with #F2DF1A
Text Example
Text Example
White with #F2DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF1A; }
p { color: rgb(242,223,26); }
H1.HeaderClassName
{
color: #F2DF1A;
}
.AnyTagClassName
{
color: #F2DF1A;
}
</style>
background-color css
<style>
a { background-color: #F2DF1A; }
a { background-color: rgb(242,223,26); }
div.DivClassName
{
background-color: #F2DF1A;
}
.BgClassName
{
background-color: #F2DF1A;
}
</style>
border-color css
<style>
span { border-color: #F2DF1A; }
span { border-color: rgb(242,223,26); }
td.TdClassName
{
border-color: #F2DF1A;
}
.TagClassName
{
border-color: #F2DF1A;
}
</style>