Shades of Lemon #FCDC1B
Tints of Lemon #FCDC1B
RGB
CMYK
RGB Variations
Color information
#FCDC1B (or 0xFCDC1B) is known color: Lemon. HEX triplet: FC, DC and 1B. RGB value is (252,220,27). Sum of RGB (Red+Green+Blue) = 252+220+27=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 27 (10.94% from 255 or 5.41% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC1B is #0323E4. Grayscale: #D0D0D0. Windows color (decimal): -205797 or 1826044. OLE color: 1826044.
HSL color Cylindrical-coordinate representation of color #FCDC1B: hue angle of 51.47º 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 #FCDC1B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 27 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.01 |
| HSL | 51.47º | 0.97% | 0.55% | - |
| HSV(B) | 51.47º | 0.89% | 0.99% | - |
| XYZ | 65.94 | 71.96 | 11.45 | - |
| YUV | 207.57 | 26.1 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 27 | 0 | 0.13 | 0.89 | 0.01 | 51.47 | 0.97 | 0.55 |
| Hex | FC | DC | 1B | 0 | D | 59 | 1 | 33 | 61 | 37 |
| Octal | 374 | 334 | 33 | 0 | 15 | 131 | 1 | 63 | 141 | 67 |
| Binary | 11111100 | 11011100 | 11011 | 0 | 1101 | 1011001 | 1 | 110011 | 1100001 | 110111 |
Color Harmonies of #FCDC1B
Complementary color
Monochromatic Colors of #FCDC1B
Black with #FCDC1B
Text Example
Text Example
White with #FCDC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC1B; }
p { color: rgb(252,220,27); }
H1.HeaderClassName
{
color: #FCDC1B;
}
.AnyTagClassName
{
color: #FCDC1B;
}
</style>
background-color css
<style>
a { background-color: #FCDC1B; }
a { background-color: rgb(252,220,27); }
div.DivClassName
{
background-color: #FCDC1B;
}
.BgClassName
{
background-color: #FCDC1B;
}
</style>
border-color css
<style>
span { border-color: #FCDC1B; }
span { border-color: rgb(252,220,27); }
td.TdClassName
{
border-color: #FCDC1B;
}
.TagClassName
{
border-color: #FCDC1B;
}
</style>