Shades of Lemon #FCDF1B
Tints of Lemon #FCDF1B
RGB
CMYK
RGB Variations
Color information
#FCDF1B (or 0xFCDF1B) is known color: Lemon. HEX triplet: FC, DF and 1B. RGB value is (252,223,27). Sum of RGB (Red+Green+Blue) = 252+223+27=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 27 (10.94% from 255 or 5.38% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF1B is #0320E4. Grayscale: #D2D2D2. Windows color (decimal): -205029 or 1826812. OLE color: 1826812.
HSL color Cylindrical-coordinate representation of color #FCDF1B: hue angle of 52.27º degrees, saturation: 0.97, 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 #FCDF1B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 27 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.01 |
| HSL | 52.27º | 0.97% | 0.55% | - |
| HSV(B) | 52.27º | 0.89% | 0.99% | - |
| XYZ | 66.73 | 73.55 | 11.72 | - |
| YUV | 209.33 | 25.11 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 27 | 0 | 0.12 | 0.89 | 0.01 | 52.27 | 0.97 | 0.55 |
| Hex | FC | DF | 1B | 0 | C | 59 | 1 | 34 | 61 | 37 |
| Octal | 374 | 337 | 33 | 0 | 14 | 131 | 1 | 64 | 141 | 67 |
| Binary | 11111100 | 11011111 | 11011 | 0 | 1100 | 1011001 | 1 | 110100 | 1100001 | 110111 |
Color Harmonies of #FCDF1B
Complementary color
Monochromatic Colors of #FCDF1B
Black with #FCDF1B
Text Example
Text Example
White with #FCDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF1B; }
p { color: rgb(252,223,27); }
H1.HeaderClassName
{
color: #FCDF1B;
}
.AnyTagClassName
{
color: #FCDF1B;
}
</style>
background-color css
<style>
a { background-color: #FCDF1B; }
a { background-color: rgb(252,223,27); }
div.DivClassName
{
background-color: #FCDF1B;
}
.BgClassName
{
background-color: #FCDF1B;
}
</style>
border-color css
<style>
span { border-color: #FCDF1B; }
span { border-color: rgb(252,223,27); }
td.TdClassName
{
border-color: #FCDF1B;
}
.TagClassName
{
border-color: #FCDF1B;
}
</style>