Shades of Lemon #F4DF12
Tints of Lemon #F4DF12
RGB
CMYK
RGB Variations
Color information
#F4DF12 (or 0xF4DF12) is known color: Lemon. HEX triplet: F4, DF and 12. RGB value is (244,223,18). Sum of RGB (Red+Green+Blue) = 244+223+18=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DF12 is #0B20ED. Grayscale: #CECECE. Windows color (decimal): -729326 or 1236980. OLE color: 1236980.
HSL color Cylindrical-coordinate representation of color #F4DF12: hue angle of 54.42º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4DF12 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 18 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.04 |
| HSL | 54.42º | 0.91% | 0.51% | - |
| HSV(B) | 54.42º | 0.93% | 0.96% | - |
| XYZ | 63.81 | 72.05 | 11.12 | - |
| YUV | 205.91 | 21.96 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 18 | 0 | 0.09 | 0.93 | 0.04 | 54.42 | 0.91 | 0.51 |
| Hex | F4 | DF | 12 | 0 | 9 | 5D | 4 | 36 | 5B | 33 |
| Octal | 364 | 337 | 22 | 0 | 11 | 135 | 4 | 66 | 133 | 63 |
| Binary | 11110100 | 11011111 | 10010 | 0 | 1001 | 1011101 | 100 | 110110 | 1011011 | 110011 |
Color Harmonies of #F4DF12
Complementary color
Monochromatic Colors of #F4DF12
Black with #F4DF12
Text Example
Text Example
White with #F4DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF12; }
p { color: rgb(244,223,18); }
H1.HeaderClassName
{
color: #F4DF12;
}
.AnyTagClassName
{
color: #F4DF12;
}
</style>
background-color css
<style>
a { background-color: #F4DF12; }
a { background-color: rgb(244,223,18); }
div.DivClassName
{
background-color: #F4DF12;
}
.BgClassName
{
background-color: #F4DF12;
}
</style>
border-color css
<style>
span { border-color: #F4DF12; }
span { border-color: rgb(244,223,18); }
td.TdClassName
{
border-color: #F4DF12;
}
.TagClassName
{
border-color: #F4DF12;
}
</style>