Html Css Color HEX #FAE518 Lemon

📋 copy color: '#FAE518'

red 250 ◦ green 229 ◦ blue 24

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

Shades of Lemon #FAE518

Tints of Lemon #FAE518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.77%

R = 49.7%
G = 45.53%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAE518 (or 0xFAE518) is known color: Lemon. HEX triplet: FA, E5 and 18. RGB value is (250,229,24). Sum of RGB (Red+Green+Blue) = 250+229+24=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 24 (9.77% from 255 or 4.77% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE518 is #051AE7. Grayscale: #D4D4D4. Windows color (decimal): -334568 or 1631738. OLE color: 1631738.

HSL color Cylindrical-coordinate representation of color #FAE518: hue angle of 54.42º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAE518 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 24 -
CMYK 0 0.08 0.90 0.02
HSL 54.42º 0.96% 0.54% -
HSV(B) 54.42º 0.9% 0.98% -
XYZ 67.61 76.43 12.05 -
YUV 211.91 21.96 155.17 -
System Red Green Blue C M Y K H S L
Decimal 250 229 24 0 0.08 0.90 0.02 54.42 0.96 0.54
Hex FA E5 18 0 8 5A 2 36 60 36
Octal 372 345 30 0 10 132 2 66 140 66
Binary 11111010 11100101 11000 0 1000 1011010 10 110110 1100000 110110

Color Harmonies of #FAE518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE518

Black with #FAE518

Text Example


Text Example

White with #FAE518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE518; }

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

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

background-color css

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

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

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

border-color css

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

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

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