Html Css Color HEX #FAE718 Lemon

📋 copy color: '#FAE718'

red 250 ◦ green 231 ◦ blue 24

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

Shades of Lemon #FAE718

Tints of Lemon #FAE718

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.74%

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

R = 49.5%
G = 45.74%
B = 4.75%

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

#FAE718 (or 0xFAE718) is known color: Lemon. HEX triplet: FA, E7 and 18. RGB value is (250,231,24). Sum of RGB (Red+Green+Blue) = 250+231+24=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 24 (9.77% from 255 or 4.75% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE718 is #0518E7. Grayscale: #D5D5D5. Windows color (decimal): -334056 or 1632250. OLE color: 1632250.

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

Color convert

RGB 250 231 24 -
CMYK 0 0.08 0.90 0.02
HSL 54.96º 0.96% 0.54% -
HSV(B) 54.96º 0.9% 0.98% -
XYZ 68.17 77.54 12.24 -
YUV 213.08 21.29 154.33 -
System Red Green Blue C M Y K H S L
Decimal 250 231 24 0 0.08 0.90 0.02 54.96 0.96 0.54
Hex FA E7 18 0 8 5A 2 37 60 36
Octal 372 347 30 0 10 132 2 67 140 66
Binary 11111010 11100111 11000 0 1000 1011010 10 110111 1100000 110110

Color Harmonies of #FAE718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE718

Black with #FAE718

Text Example


Text Example

White with #FAE718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE718; }

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

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

background-color css

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

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

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

border-color css

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

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

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