Html Css Color HEX #FAE819 Lemon

📋 copy color: '#FAE819'

red 250 ◦ green 232 ◦ blue 25

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

Shades of Lemon #FAE819

Tints of Lemon #FAE819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 4.93%

R = 49.31%
G = 45.76%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAE819 (or 0xFAE819) is known color: Lemon. HEX triplet: FA, E8 and 19. RGB value is (250,232,25). Sum of RGB (Red+Green+Blue) = 250+232+25=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 25 (10.16% from 255 or 4.93% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE819 is #0517E6. Grayscale: #D6D6D6. Windows color (decimal): -333799 or 1698042. OLE color: 1698042.

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

Color convert

RGB 250 232 25 -
CMYK 0 0.07 0.9 0.02
HSL 55.2º 0.96% 0.54% -
HSV(B) 55.2º 0.9% 0.98% -
XYZ 68.46 78.11 12.39 -
YUV 213.78 21.46 153.83 -
System Red Green Blue C M Y K H S L
Decimal 250 232 25 0 0.07 0.9 0.02 55.2 0.96 0.54
Hex FA E8 19 0 7 5A 2 37 60 36
Octal 372 350 31 0 7 132 2 67 140 66
Binary 11111010 11101000 11001 0 111 1011010 10 110111 1100000 110110

Color Harmonies of #FAE819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE819

Black with #FAE819

Text Example


Text Example

White with #FAE819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE819; }

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

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

background-color css

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

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

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

border-color css

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

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

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