Shades of Lemon #FDDF0C
Tints of Lemon #FDDF0C
RGB
CMYK
RGB Variations
Color information
#FDDF0C (or 0xFDDF0C) is known color: Lemon. HEX triplet: FD, DF and 0C. RGB value is (253,223,12). Sum of RGB (Red+Green+Blue) = 253+223+12=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF0C is #0220F3. Grayscale: #D0D0D0. Windows color (decimal): -139508 or 843773. OLE color: 843773.
HSL color Cylindrical-coordinate representation of color #FDDF0C: hue angle of 52.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDDF0C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.01 |
| HSL | 52.53º | 0.98% | 0.52% | - |
| HSV(B) | 52.53º | 0.95% | 0.99% | - |
| XYZ | 66.96 | 73.68 | 11.04 | - |
| YUV | 207.92 | 17.44 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 12 | 0 | 0.12 | 0.95 | 0.01 | 52.53 | 0.98 | 0.52 |
| Hex | FD | DF | C | 0 | C | 5F | 1 | 35 | 62 | 34 |
| Octal | 375 | 337 | 14 | 0 | 14 | 137 | 1 | 65 | 142 | 64 |
| Binary | 11111101 | 11011111 | 1100 | 0 | 1100 | 1011111 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FDDF0C
Complementary color
Monochromatic Colors of #FDDF0C
Black with #FDDF0C
Text Example
Text Example
White with #FDDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF0C; }
p { color: rgb(253,223,12); }
H1.HeaderClassName
{
color: #FDDF0C;
}
.AnyTagClassName
{
color: #FDDF0C;
}
</style>
background-color css
<style>
a { background-color: #FDDF0C; }
a { background-color: rgb(253,223,12); }
div.DivClassName
{
background-color: #FDDF0C;
}
.BgClassName
{
background-color: #FDDF0C;
}
</style>
border-color css
<style>
span { border-color: #FDDF0C; }
span { border-color: rgb(253,223,12); }
td.TdClassName
{
border-color: #FDDF0C;
}
.TagClassName
{
border-color: #FDDF0C;
}
</style>