#FCDC17

Color #FCDC17 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #FCDC17

Tints of Lemon #FCDC17

Color information

#FCDC17 (or 0xFCDC17) is unknown color: approx Lemon. HEX triplet: FC, DC and 17. RGB value is (252,220,23). Sum of RGB (Red+Green+Blue) = 252+220+23=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 23 (9.38% from 255 or 4.65% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC17 is #0323E8. Grayscale: #CFCFCF. Windows color (decimal): -205801 or 1563900. OLE color: 1563900.

HSL color Cylindrical-coordinate representation of color #FCDC17: hue angle of 51.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCDC17 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB25222023-
CMYK00.130.910.01
HSL51.62º97.45%53.92%-
HSV(B)51.62º90.87%98.82%-
XYZ65.8971.9411.22-
YUV207.1124.1160.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 220 (86.33% from 255) = 44.44%
BLUE value IS 23 (9.38% from 255) = 4.65%
R=50.91%
G=44.44%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522202300.130.910.0151.6297.4553.92
HexFCDC170D5B1346136
Octal3743342701513316414166
Binary11111100110111001011101101101101111101001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDC17; }

 p { color: rgb(252,220,23); }

 H1.HeaderClassName
 {
   color: #FCDC17;
 }
 .AnyTagClassName
 {
   color: #FCDC17;
 }
</style>
background-color css

<style>
 a { background-color: #FCDC17; }

 a { background-color: rgb(252,220,23); }

 div.DivClassName
 {
   background-color: #FCDC17;
 }
 .BgClassName
 {
   background-color: #FCDC17;
 }
</style>
border-color css

<style>
 span { border-color: #FCDC17; }

 span { border-color: rgb(252,220,23); }

 td.TdClassName
 {
   border-color: #FCDC17;
 }
 .TagClassName
 {
   border-color: #FCDC17;
 }
</style>