Html Css Color HEX #FAE918 Lemon

📋 copy color: '#FAE918'

red 250 ◦ green 233 ◦ blue 24

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

Shades of Lemon #FAE918

Tints of Lemon #FAE918

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.96%

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

R = 49.31%
G = 45.96%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAE918 (or 0xFAE918) is known color: Lemon. HEX triplet: FA, E9 and 18. RGB value is (250,233,24). Sum of RGB (Red+Green+Blue) = 250+233+24=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE918 is #0516E7. Grayscale: #D7D7D7. Windows color (decimal): -333544 or 1632762. OLE color: 1632762.

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

Color convert

RGB 250 233 24 -
CMYK 0 0.07 0.90 0.02
HSL 55.49º 0.96% 0.54% -
HSV(B) 55.49º 0.9% 0.98% -
XYZ 68.73 78.67 12.43 -
YUV 214.26 20.63 153.49 -
System Red Green Blue C M Y K H S L
Decimal 250 233 24 0 0.07 0.90 0.02 55.49 0.96 0.54
Hex FA E9 18 0 7 5A 2 37 60 36
Octal 372 351 30 0 7 132 2 67 140 66
Binary 11111010 11101001 11000 0 111 1011010 10 110111 1100000 110110

Color Harmonies of #FAE918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE918

Black with #FAE918

Text Example


Text Example

White with #FAE918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE918; }

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

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

background-color css

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

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

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

border-color css

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

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

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