#FADC13

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

Shades of Lemon #FADC13

Tints of Lemon #FADC13

Color information

#FADC13 (or 0xFADC13) is unknown color: approx Lemon. HEX triplet: FA, DC and 13. RGB value is (250,220,19). Sum of RGB (Red+Green+Blue) = 250+220+19=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 19 (7.81% from 255 or 3.89% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC13 is #0523EC. Grayscale: #CECECE. Windows color (decimal): -336877 or 1301754. OLE color: 1301754.

HSL color Cylindrical-coordinate representation of color #FADC13: hue angle of 52.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FADC13 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB25022019-
CMYK00.120.920.02
HSL52.21º95.85%52.75%-
HSV(B)52.21º92.4%98.04%-
XYZ65.1471.5611-
YUV206.0622.44159.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.12%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 19 (7.81% from 255) = 3.89%
R=51.12%
G=44.99%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502201900.120.920.0252.2195.8552.75
HexFADC130C5C2346035
Octal3723342301413426414065
Binary111110101101110010011011001011100101101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADC13; }

 p { color: rgb(250,220,19); }

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

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

 a { background-color: rgb(250,220,19); }

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

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

 span { border-color: rgb(250,220,19); }

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