Html Css Color HEX #FAE40E Lemon

📋 copy color: '#FAE40E'

red 250 ◦ green 228 ◦ blue 14

#FAE40E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FAE40E

Tints of Lemon #FAE40E

RGB

 RED value IS 250 (98.05% from 255) = 50.81%

 GREEN value IS 228 (89.45% from 255) = 46.34%

 BLUE value IS 14 (5.86% from 255) = 2.85%

R = 50.81%
G = 46.34%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAE40E (or 0xFAE40E) is known color: Lemon. HEX triplet: FA, E4 and 0E. RGB value is (250,228,14). Sum of RGB (Red+Green+Blue) = 250+228+14=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 14 (5.86% from 255 or 2.85% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE40E is #051BF1. Grayscale: #D3D3D3. Windows color (decimal): -334834 or 976122. OLE color: 976122.

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

Color convert

RGB 250 228 14 -
CMYK 0 0.09 0.94 0.02
HSL 54.41º 0.96% 0.52% -
HSV(B) 54.41º 0.94% 0.98% -
XYZ 67.25 75.84 11.51 -
YUV 210.18 17.29 156.4 -
System Red Green Blue C M Y K H S L
Decimal 250 228 14 0 0.09 0.94 0.02 54.41 0.96 0.52
Hex FA E4 E 0 9 5E 2 36 60 34
Octal 372 344 16 0 11 136 2 66 140 64
Binary 11111010 11100100 1110 0 1001 1011110 10 110110 1100000 110100

Color Harmonies of #FAE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE40E

Black with #FAE40E

Text Example


Text Example

White with #FAE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE40E; }

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

 H1.HeaderClassName
 {
   color: #FAE40E;
 }
 .AnyTagClassName
 {
   color: #FAE40E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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