#FCDB17

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

Shades of Lemon #FCDB17

Tints of Lemon #FCDB17

Color information

#FCDB17 (or 0xFCDB17) is unknown color: approx Lemon. HEX triplet: FC, DB and 17. RGB value is (252,219,23). Sum of RGB (Red+Green+Blue) = 252+219+23=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 23 (9.38% from 255 or 4.66% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB17 is #0324E8. Grayscale: #CFCFCF. Windows color (decimal): -206057 or 1563644. OLE color: 1563644.

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

Color convert

RGB25221923-
CMYK00.130.910.01
HSL51.35º97.45%53.92%-
HSV(B)51.35º90.87%98.82%-
XYZ65.6371.4211.14-
YUV206.5224.43160.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 219 (85.94% from 255) = 44.33%
BLUE value IS 23 (9.38% from 255) = 4.66%
R=51.01%
G=44.33%
B=4.66%

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
Decimal2522192300.130.910.0151.3597.4553.92
HexFCDB170D5B1336136
Octal3743332701513316314166
Binary11111100110110111011101101101101111100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDB17; }

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

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

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

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

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

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

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

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