Shades of Lemon #FDDF12
Tints of Lemon #FDDF12
RGB
CMYK
RGB Variations
Color information
#FDDF12 (or 0xFDDF12) is known color: Lemon. HEX triplet: FD, DF and 12. RGB value is (253,223,18). Sum of RGB (Red+Green+Blue) = 253+223+18=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 18 (7.42% from 255 or 3.64% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF12 is #0220ED. Grayscale: #D1D1D1. Windows color (decimal): -139502 or 1236989. OLE color: 1236989.
HSL color Cylindrical-coordinate representation of color #FDDF12: hue angle of 52.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDDF12 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.01 |
| HSL | 52.34º | 0.98% | 0.53% | - |
| HSV(B) | 52.34º | 0.93% | 0.99% | - |
| XYZ | 67 | 73.7 | 11.27 | - |
| YUV | 208.6 | 20.44 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 18 | 0 | 0.12 | 0.93 | 0.01 | 52.34 | 0.98 | 0.53 |
| Hex | FD | DF | 12 | 0 | C | 5D | 1 | 34 | 62 | 35 |
| Octal | 375 | 337 | 22 | 0 | 14 | 135 | 1 | 64 | 142 | 65 |
| Binary | 11111101 | 11011111 | 10010 | 0 | 1100 | 1011101 | 1 | 110100 | 1100010 | 110101 |
Color Harmonies of #FDDF12
Complementary color
Monochromatic Colors of #FDDF12
Black with #FDDF12
Text Example
Text Example
White with #FDDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF12; }
p { color: rgb(253,223,18); }
H1.HeaderClassName
{
color: #FDDF12;
}
.AnyTagClassName
{
color: #FDDF12;
}
</style>
background-color css
<style>
a { background-color: #FDDF12; }
a { background-color: rgb(253,223,18); }
div.DivClassName
{
background-color: #FDDF12;
}
.BgClassName
{
background-color: #FDDF12;
}
</style>
border-color css
<style>
span { border-color: #FDDF12; }
span { border-color: rgb(253,223,18); }
td.TdClassName
{
border-color: #FDDF12;
}
.TagClassName
{
border-color: #FDDF12;
}
</style>