Html Css Color HEX #FAE00E Lemon

📋 copy color: '#FAE00E'

red 250 ◦ green 224 ◦ blue 14

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

Shades of Lemon #FAE00E

Tints of Lemon #FAE00E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.9%

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

R = 51.23%
G = 45.9%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAE00E (or 0xFAE00E) is known color: Lemon. HEX triplet: FA, E0 and 0E. RGB value is (250,224,14). Sum of RGB (Red+Green+Blue) = 250+224+14=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE00E is #051FF1. Grayscale: #D0D0D0. Windows color (decimal): -335858 or 975098. OLE color: 975098.

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

Color convert

RGB 250 224 14 -
CMYK 0 0.10 0.94 0.02
HSL 53.39º 0.96% 0.52% -
HSV(B) 53.39º 0.94% 0.98% -
XYZ 66.16 73.67 11.15 -
YUV 207.83 18.61 158.08 -
System Red Green Blue C M Y K H S L
Decimal 250 224 14 0 0.10 0.94 0.02 53.39 0.96 0.52
Hex FA E0 E 0 A 5E 2 35 60 34
Octal 372 340 16 0 12 136 2 65 140 64
Binary 11111010 11100000 1110 0 1010 1011110 10 110101 1100000 110100

Color Harmonies of #FAE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE00E

Black with #FAE00E

Text Example


Text Example

White with #FAE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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