Html Css Color HEX #FAEB19 Lemon

📋 copy color: '#FAEB19'

red 250 ◦ green 235 ◦ blue 25

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

Shades of Lemon #FAEB19

Tints of Lemon #FAEB19

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.08%

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

R = 49.02%
G = 46.08%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAEB19 (or 0xFAEB19) is known color: Lemon. HEX triplet: FA, EB and 19. RGB value is (250,235,25). Sum of RGB (Red+Green+Blue) = 250+235+25=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 25 (10.16% from 255 or 4.90% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEB19 is #0514E6. Grayscale: #D8D8D8. Windows color (decimal): -333031 or 1698810. OLE color: 1698810.

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

Color convert

RGB 250 235 25 -
CMYK 0 0.06 0.9 0.02
HSL 56º 0.96% 0.54% -
HSV(B) 56º 0.9% 0.98% -
XYZ 69.31 79.81 12.67 -
YUV 215.55 20.47 152.58 -
System Red Green Blue C M Y K H S L
Decimal 250 235 25 0 0.06 0.9 0.02 56 0.96 0.54
Hex FA EB 19 0 6 5A 2 38 60 36
Octal 372 353 31 0 6 132 2 70 140 66
Binary 11111010 11101011 11001 0 110 1011010 10 111000 1100000 110110

Color Harmonies of #FAEB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB19

Black with #FAEB19

Text Example


Text Example

White with #FAEB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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