Html Css Color HEX #FAE115 Lemon

📋 copy color: '#FAE115'

red 250 ◦ green 225 ◦ blue 21

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

Shades of Lemon #FAE115

Tints of Lemon #FAE115

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.36%

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

R = 50.4%
G = 45.36%
B = 4.23%

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

#FAE115 (or 0xFAE115) is known color: Lemon. HEX triplet: FA, E1 and 15. RGB value is (250,225,21). Sum of RGB (Red+Green+Blue) = 250+225+21=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 21 (8.59% from 255 or 4.23% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE115 is #051EEA. Grayscale: #D2D2D2. Windows color (decimal): -335595 or 1434106. OLE color: 1434106.

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

Color convert

RGB 250 225 21 -
CMYK 0 0.10 0.92 0.02
HSL 53.45º 0.96% 0.53% -
HSV(B) 53.45º 0.92% 0.98% -
XYZ 66.48 74.23 11.53 -
YUV 209.22 21.78 157.09 -
System Red Green Blue C M Y K H S L
Decimal 250 225 21 0 0.10 0.92 0.02 53.45 0.96 0.53
Hex FA E1 15 0 A 5C 2 35 60 35
Octal 372 341 25 0 12 134 2 65 140 65
Binary 11111010 11100001 10101 0 1010 1011100 10 110101 1100000 110101

Color Harmonies of #FAE115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE115

Black with #FAE115

Text Example


Text Example

White with #FAE115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE115; }

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

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

background-color css

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

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

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

border-color css

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

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

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