#FCDA17

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

Shades of Lemon #FCDA17

Tints of Lemon #FCDA17

Color information

#FCDA17 (or 0xFCDA17) is unknown color: approx Lemon. HEX triplet: FC, DA and 17. RGB value is (252,218,23). Sum of RGB (Red+Green+Blue) = 252+218+23=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 23 (9.38% from 255 or 4.67% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA17 is #0325E8. Grayscale: #CECECE. Windows color (decimal): -206313 or 1563388. OLE color: 1563388.

HSL color Cylindrical-coordinate representation of color #FCDA17: hue angle of 51.09º 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 #FCDA17 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB25221823-
CMYK00.130.910.01
HSL51.09º97.45%53.92%-
HSV(B)51.09º90.87%98.82%-
XYZ65.3770.911.05-
YUV205.9424.76160.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.12%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 23 (9.38% from 255) = 4.67%
R=51.12%
G=44.22%
B=4.67%

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
Decimal2522182300.130.910.0151.0997.4553.92
HexFCDA170D5B1336136
Octal3743322701513316314166
Binary11111100110110101011101101101101111100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA17; }

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

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

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

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

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

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

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

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