Html Css Color HEX #FAE514 Lemon

📋 copy color: '#FAE514'

red 250 ◦ green 229 ◦ blue 20

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

Shades of Lemon #FAE514

Tints of Lemon #FAE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.89%

 BLUE value IS 20 (8.2% from 255) = 4.01%

R = 50.1%
G = 45.89%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAE514 (or 0xFAE514) is known color: Lemon. HEX triplet: FA, E5 and 14. RGB value is (250,229,20). Sum of RGB (Red+Green+Blue) = 250+229+20=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 20 (8.20% from 255 or 4.01% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE514 is #051AEB. Grayscale: #D4D4D4. Windows color (decimal): -334572 or 1369594. OLE color: 1369594.

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

Color convert

RGB 250 229 20 -
CMYK 0 0.08 0.92 0.02
HSL 54.52º 0.96% 0.53% -
HSV(B) 54.52º 0.92% 0.98% -
XYZ 67.57 76.41 11.85 -
YUV 211.45 19.96 155.49 -
System Red Green Blue C M Y K H S L
Decimal 250 229 20 0 0.08 0.92 0.02 54.52 0.96 0.53
Hex FA E5 14 0 8 5C 2 37 60 35
Octal 372 345 24 0 10 134 2 67 140 65
Binary 11111010 11100101 10100 0 1000 1011100 10 110111 1100000 110101

Color Harmonies of #FAE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE514

Black with #FAE514

Text Example


Text Example

White with #FAE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE514; }

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

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

background-color css

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

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

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

border-color css

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

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

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