#FADD1C

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

Shades of Lemon #FADD1C

Tints of Lemon #FADD1C

Color information

#FADD1C (or 0xFADD1C) is unknown color: approx Lemon. HEX triplet: FA, DD and 1C. RGB value is (250,221,28). Sum of RGB (Red+Green+Blue) = 250+221+28=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 28 (11.33% from 255 or 5.61% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD1C is #0522E3. Grayscale: #D0D0D0. Windows color (decimal): -336612 or 1891834. OLE color: 1891834.

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

Color convert

RGB25022128-
CMYK00.120.890.02
HSL52.16º95.69%54.51%-
HSV(B)52.16º88.8%98.04%-
XYZ65.4972.1211.57-
YUV207.6726.61158.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 221 (86.72% from 255) = 44.29%
BLUE value IS 28 (11.33% from 255) = 5.61%
R=50.10%
G=44.29%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502212800.120.890.0252.1695.6954.51
HexFADD1C0C592346037
Octal3723353401413126414067
Binary111110101101110111100011001011001101101001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD1C; }

 p { color: rgb(250,221,28); }

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

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

 a { background-color: rgb(250,221,28); }

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

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

 span { border-color: rgb(250,221,28); }

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