Shades of Lemon #FDDF1B
Tints of Lemon #FDDF1B
RGB
CMYK
RGB Variations
Color information
#FDDF1B (or 0xFDDF1B) is known color: Lemon. HEX triplet: FD, DF and 1B. RGB value is (253,223,27). Sum of RGB (Red+Green+Blue) = 253+223+27=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 27 (10.94% from 255 or 5.37% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF1B is #0220E4. Grayscale: #D2D2D2. Windows color (decimal): -139493 or 1826813. OLE color: 1826813.
HSL color Cylindrical-coordinate representation of color #FDDF1B: hue angle of 52.04º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDDF1B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 27 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.01 |
| HSL | 52.04º | 0.98% | 0.55% | - |
| HSV(B) | 52.04º | 0.89% | 0.99% | - |
| XYZ | 67.09 | 73.74 | 11.73 | - |
| YUV | 209.63 | 24.94 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 27 | 0 | 0.12 | 0.89 | 0.01 | 52.04 | 0.98 | 0.55 |
| Hex | FD | DF | 1B | 0 | C | 59 | 1 | 34 | 62 | 37 |
| Octal | 375 | 337 | 33 | 0 | 14 | 131 | 1 | 64 | 142 | 67 |
| Binary | 11111101 | 11011111 | 11011 | 0 | 1100 | 1011001 | 1 | 110100 | 1100010 | 110111 |
Color Harmonies of #FDDF1B
Complementary color
Monochromatic Colors of #FDDF1B
Black with #FDDF1B
Text Example
Text Example
White with #FDDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF1B; }
p { color: rgb(253,223,27); }
H1.HeaderClassName
{
color: #FDDF1B;
}
.AnyTagClassName
{
color: #FDDF1B;
}
</style>
background-color css
<style>
a { background-color: #FDDF1B; }
a { background-color: rgb(253,223,27); }
div.DivClassName
{
background-color: #FDDF1B;
}
.BgClassName
{
background-color: #FDDF1B;
}
</style>
border-color css
<style>
span { border-color: #FDDF1B; }
span { border-color: rgb(253,223,27); }
td.TdClassName
{
border-color: #FDDF1B;
}
.TagClassName
{
border-color: #FDDF1B;
}
</style>