Html Css Color HEX #FAE810 Lemon

📋 copy color: '#FAE810'

red 250 ◦ green 232 ◦ blue 16

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

Shades of Lemon #FAE810

Tints of Lemon #FAE810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.21%

R = 50.2%
G = 46.59%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAE810 (or 0xFAE810) is known color: Lemon. HEX triplet: FA, E8 and 10. RGB value is (250,232,16). Sum of RGB (Red+Green+Blue) = 250+232+16=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 16 (6.64% from 255 or 3.21% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE810 is #0517EF. Grayscale: #D5D5D5. Windows color (decimal): -333808 or 1108218. OLE color: 1108218.

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

Color convert

RGB 250 232 16 -
CMYK 0 0.07 0.94 0.02
HSL 55.38º 0.96% 0.52% -
HSV(B) 55.38º 0.94% 0.98% -
XYZ 68.37 78.07 11.96 -
YUV 212.76 16.96 154.56 -
System Red Green Blue C M Y K H S L
Decimal 250 232 16 0 0.07 0.94 0.02 55.38 0.96 0.52
Hex FA E8 10 0 7 5E 2 37 60 34
Octal 372 350 20 0 7 136 2 67 140 64
Binary 11111010 11101000 10000 0 111 1011110 10 110111 1100000 110100

Color Harmonies of #FAE810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE810

Black with #FAE810

Text Example


Text Example

White with #FAE810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE810; }

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

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

background-color css

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

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

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

border-color css

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

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

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