#FAE414

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

Shades of Lemon #FAE414

Tints of Lemon #FAE414

Color information

#FAE414 (or 0xFAE414) is unknown color: approx Lemon. HEX triplet: FA, E4 and 14. RGB value is (250,228,20). Sum of RGB (Red+Green+Blue) = 250+228+20=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 20 (8.20% from 255 or 4.02% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE414 is #051BEB. Grayscale: #D3D3D3. Windows color (decimal): -334828 or 1369338. OLE color: 1369338.

HSL color Cylindrical-coordinate representation of color #FAE414: hue angle of 54.26º 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 #FAE414 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB25022820-
CMYK00.090.920.02
HSL54.26º95.83%52.94%-
HSV(B)54.26º92%98.04%-
XYZ67.2975.8611.76-
YUV210.8720.29155.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 228 (89.45% from 255) = 45.78%
BLUE value IS 20 (8.20% from 255) = 4.02%
R=50.20%
G=45.78%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502282000.090.920.0254.2695.8352.94
HexFAE414095C2366035
Octal3723442401113426614065
Binary111110101110010010100010011011100101101101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE414; }

 p { color: rgb(250,228,20); }

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

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

 a { background-color: rgb(250,228,20); }

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

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

 span { border-color: rgb(250,228,20); }

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