Shades of Lemon #F2DD1B
Tints of Lemon #F2DD1B
RGB
CMYK
RGB Variations
Color information
#F2DD1B (or 0xF2DD1B) is known color: Lemon. HEX triplet: F2, DD and 1B. RGB value is (242,221,27). Sum of RGB (Red+Green+Blue) = 242+221+27=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD1B is #0D22E4. Grayscale: #CDCDCD. Windows color (decimal): -860901 or 1826290. OLE color: 1826290.
HSL color Cylindrical-coordinate representation of color #F2DD1B: hue angle of 54.14º 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 #F2DD1B is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 27 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.05 |
| HSL | 54.14º | 0.89% | 0.53% | - |
| HSV(B) | 54.14º | 0.89% | 0.95% | - |
| XYZ | 62.67 | 70.67 | 11.37 | - |
| YUV | 205.16 | 27.46 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 27 | 0 | 0.09 | 0.89 | 0.05 | 54.14 | 0.89 | 0.53 |
| Hex | F2 | DD | 1B | 0 | 9 | 59 | 5 | 36 | 59 | 35 |
| Octal | 362 | 335 | 33 | 0 | 11 | 131 | 5 | 66 | 131 | 65 |
| Binary | 11110010 | 11011101 | 11011 | 0 | 1001 | 1011001 | 101 | 110110 | 1011001 | 110101 |
Color Harmonies of #F2DD1B
Complementary color
Monochromatic Colors of #F2DD1B
Black with #F2DD1B
Text Example
Text Example
White with #F2DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD1B; }
p { color: rgb(242,221,27); }
H1.HeaderClassName
{
color: #F2DD1B;
}
.AnyTagClassName
{
color: #F2DD1B;
}
</style>
background-color css
<style>
a { background-color: #F2DD1B; }
a { background-color: rgb(242,221,27); }
div.DivClassName
{
background-color: #F2DD1B;
}
.BgClassName
{
background-color: #F2DD1B;
}
</style>
border-color css
<style>
span { border-color: #F2DD1B; }
span { border-color: rgb(242,221,27); }
td.TdClassName
{
border-color: #F2DD1B;
}
.TagClassName
{
border-color: #F2DD1B;
}
</style>