Html Css Color HEX #FAE815 Lemon

📋 copy color: '#FAE815'

red 250 ◦ green 232 ◦ blue 21

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

Shades of Lemon #FAE815

Tints of Lemon #FAE815

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.12%

 BLUE value IS 21 (8.59% from 255) = 4.17%

R = 49.7%
G = 46.12%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAE815 (or 0xFAE815) is known color: Lemon. HEX triplet: FA, E8 and 15. RGB value is (250,232,21). Sum of RGB (Red+Green+Blue) = 250+232+21=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 21 (8.59% from 255 or 4.17% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE815 is #0517EA. Grayscale: #D6D6D6. Windows color (decimal): -333803 or 1435898. OLE color: 1435898.

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

Color convert

RGB 250 232 21 -
CMYK 0 0.07 0.92 0.02
HSL 55.28º 0.96% 0.53% -
HSV(B) 55.28º 0.92% 0.98% -
XYZ 68.42 78.09 12.18 -
YUV 213.33 19.46 154.16 -
System Red Green Blue C M Y K H S L
Decimal 250 232 21 0 0.07 0.92 0.02 55.28 0.96 0.53
Hex FA E8 15 0 7 5C 2 37 60 35
Octal 372 350 25 0 7 134 2 67 140 65
Binary 11111010 11101000 10101 0 111 1011100 10 110111 1100000 110101

Color Harmonies of #FAE815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE815

Black with #FAE815

Text Example


Text Example

White with #FAE815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE815; }

 p { color: rgb(250,232,21); }

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

background-color css

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

 a { background-color: rgb(250,232,21); }

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

border-color css

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

 span { border-color: rgb(250,232,21); }

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