Shades of Lemon #FCDF1F
Tints of Lemon #FCDF1F
RGB
CMYK
RGB Variations
Color information
#FCDF1F (or 0xFCDF1F) is known color: Lemon. HEX triplet: FC, DF and 1F. RGB value is (252,223,31). Sum of RGB (Red+Green+Blue) = 252+223+31=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 31 (12.5% from 255 or 6.13% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF1F is #0320E0. Grayscale: #D2D2D2. Windows color (decimal): -205025 or 2088956. OLE color: 2088956.
HSL color Cylindrical-coordinate representation of color #FCDF1F: hue angle of 52.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCDF1F is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 31 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.01 |
| HSL | 52.13º | 0.97% | 0.55% | - |
| HSV(B) | 52.13º | 0.88% | 0.99% | - |
| XYZ | 66.78 | 73.57 | 11.98 | - |
| YUV | 209.78 | 27.11 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 31 | 0 | 0.12 | 0.88 | 0.01 | 52.13 | 0.97 | 0.55 |
| Hex | FC | DF | 1F | 0 | C | 58 | 1 | 34 | 61 | 37 |
| Octal | 374 | 337 | 37 | 0 | 14 | 130 | 1 | 64 | 141 | 67 |
| Binary | 11111100 | 11011111 | 11111 | 0 | 1100 | 1011000 | 1 | 110100 | 1100001 | 110111 |
Color Harmonies of #FCDF1F
Complementary color
Monochromatic Colors of #FCDF1F
Black with #FCDF1F
Text Example
Text Example
White with #FCDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF1F; }
p { color: rgb(252,223,31); }
H1.HeaderClassName
{
color: #FCDF1F;
}
.AnyTagClassName
{
color: #FCDF1F;
}
</style>
background-color css
<style>
a { background-color: #FCDF1F; }
a { background-color: rgb(252,223,31); }
div.DivClassName
{
background-color: #FCDF1F;
}
.BgClassName
{
background-color: #FCDF1F;
}
</style>
border-color css
<style>
span { border-color: #FCDF1F; }
span { border-color: rgb(252,223,31); }
td.TdClassName
{
border-color: #FCDF1F;
}
.TagClassName
{
border-color: #FCDF1F;
}
</style>