#FCDB13

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

Shades of Lemon #FCDB13

Tints of Lemon #FCDB13

Color information

#FCDB13 (or 0xFCDB13) is unknown color: approx Lemon. HEX triplet: FC, DB and 13. RGB value is (252,219,19). Sum of RGB (Red+Green+Blue) = 252+219+19=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 19 (7.81% from 255 or 3.88% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB13 is #0324EC. Grayscale: #CECECE. Windows color (decimal): -206061 or 1301500. OLE color: 1301500.

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

Color convert

RGB25221919-
CMYK00.130.920.01
HSL51.5º97.49%53.14%-
HSV(B)51.5º92.46%98.82%-
XYZ65.5971.4110.94-
YUV206.0722.43160.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 219 (85.94% from 255) = 44.69%
BLUE value IS 19 (7.81% from 255) = 3.88%
R=51.43%
G=44.69%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522191900.130.920.0151.597.4953.14
HexFCDB130D5C1346135
Octal3743332301513416414165
Binary11111100110110111001101101101110011101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDB13; }

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

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

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

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

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

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

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

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