#FAE30E

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

Shades of Lemon #FAE30E

Tints of Lemon #FAE30E

Color information

#FAE30E (or 0xFAE30E) is unknown color: approx Lemon. HEX triplet: FA, E3 and 0E. RGB value is (250,227,14). Sum of RGB (Red+Green+Blue) = 250+227+14=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 14 (5.86% from 255 or 2.85% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE30E is #051CF1. Grayscale: #D2D2D2. Windows color (decimal): -335090 or 975866. OLE color: 975866.

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

Color convert

RGB25022714-
CMYK00.090.940.02
HSL54.15º95.93%51.76%-
HSV(B)54.15º94.4%98.04%-
XYZ66.9775.2911.42-
YUV209.617.62156.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.92%
GREEN value IS 227 (89.06% from 255) = 46.23%
BLUE value IS 14 (5.86% from 255) = 2.85%
R=50.92%
G=46.23%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502271400.090.940.0254.1595.9351.76
HexFAE3E095E2366034
Octal3723431601113626614064
Binary11111010111000111110010011011110101101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE30E; }

 p { color: rgb(250,227,14); }

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

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

 a { background-color: rgb(250,227,14); }

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

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

 span { border-color: rgb(250,227,14); }

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