Shades of Lemon #FDDF1F
Tints of Lemon #FDDF1F
RGB
CMYK
RGB Variations
Color information
#FDDF1F (or 0xFDDF1F) is known color: Lemon. HEX triplet: FD, DF and 1F. RGB value is (253,223,31). Sum of RGB (Red+Green+Blue) = 253+223+31=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 31 (12.5% from 255 or 6.11% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF1F is #0220E0. Grayscale: #D2D2D2. Windows color (decimal): -139489 or 2088957. OLE color: 2088957.
HSL color Cylindrical-coordinate representation of color #FDDF1F: hue angle of 51.89º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDDF1F is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 31 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.01 |
| HSL | 51.89º | 0.98% | 0.56% | - |
| HSV(B) | 51.89º | 0.88% | 0.99% | - |
| XYZ | 67.14 | 73.76 | 11.99 | - |
| YUV | 210.08 | 26.94 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 31 | 0 | 0.12 | 0.88 | 0.01 | 51.89 | 0.98 | 0.56 |
| Hex | FD | DF | 1F | 0 | C | 58 | 1 | 34 | 62 | 38 |
| Octal | 375 | 337 | 37 | 0 | 14 | 130 | 1 | 64 | 142 | 70 |
| Binary | 11111101 | 11011111 | 11111 | 0 | 1100 | 1011000 | 1 | 110100 | 1100010 | 111000 |
Color Harmonies of #FDDF1F
Complementary color
Monochromatic Colors of #FDDF1F
Black with #FDDF1F
Text Example
Text Example
White with #FDDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF1F; }
p { color: rgb(253,223,31); }
H1.HeaderClassName
{
color: #FDDF1F;
}
.AnyTagClassName
{
color: #FDDF1F;
}
</style>
background-color css
<style>
a { background-color: #FDDF1F; }
a { background-color: rgb(253,223,31); }
div.DivClassName
{
background-color: #FDDF1F;
}
.BgClassName
{
background-color: #FDDF1F;
}
</style>
border-color css
<style>
span { border-color: #FDDF1F; }
span { border-color: rgb(253,223,31); }
td.TdClassName
{
border-color: #FDDF1F;
}
.TagClassName
{
border-color: #FDDF1F;
}
</style>