Html Css Color HEX #FAE013 Lemon

📋 copy color: '#FAE013'

red 250 ◦ green 224 ◦ blue 19

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

Shades of Lemon #FAE013

Tints of Lemon #FAE013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.85%

R = 50.71%
G = 45.44%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAE013 (or 0xFAE013) is known color: Lemon. HEX triplet: FA, E0 and 13. RGB value is (250,224,19). Sum of RGB (Red+Green+Blue) = 250+224+19=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 19 (7.81% from 255 or 3.85% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE013 is #051FEC. Grayscale: #D1D1D1. Windows color (decimal): -335853 or 1302778. OLE color: 1302778.

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

Color convert

RGB 250 224 19 -
CMYK 0 0.10 0.92 0.02
HSL 53.25º 0.96% 0.53% -
HSV(B) 53.25º 0.92% 0.98% -
XYZ 66.2 73.68 11.35 -
YUV 208.4 21.11 157.67 -
System Red Green Blue C M Y K H S L
Decimal 250 224 19 0 0.10 0.92 0.02 53.25 0.96 0.53
Hex FA E0 13 0 A 5C 2 35 60 35
Octal 372 340 23 0 12 134 2 65 140 65
Binary 11111010 11100000 10011 0 1010 1011100 10 110101 1100000 110101

Color Harmonies of #FAE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE013

Black with #FAE013

Text Example


Text Example

White with #FAE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE013; }

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

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

background-color css

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

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

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

border-color css

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

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

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