Html Css Color HEX #FAEB16 Lemon

📋 copy color: '#FAEB16'

red 250 ◦ green 235 ◦ blue 22

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

Shades of Lemon #FAEB16

Tints of Lemon #FAEB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.34%

R = 49.31%
G = 46.35%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAEB16 (or 0xFAEB16) is known color: Lemon. HEX triplet: FA, EB and 16. RGB value is (250,235,22). Sum of RGB (Red+Green+Blue) = 250+235+22=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 22 (8.98% from 255 or 4.34% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEB16 is #0514E9. Grayscale: #D8D8D8. Windows color (decimal): -333034 or 1502202. OLE color: 1502202.

HSL color Cylindrical-coordinate representation of color #FAEB16: hue angle of 56.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAEB16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 235 22 -
CMYK 0 0.06 0.91 0.02
HSL 56.05º 0.96% 0.53% -
HSV(B) 56.05º 0.91% 0.98% -
XYZ 69.28 79.8 12.51 -
YUV 215.2 18.97 152.82 -
System Red Green Blue C M Y K H S L
Decimal 250 235 22 0 0.06 0.91 0.02 56.05 0.96 0.53
Hex FA EB 16 0 6 5B 2 38 60 35
Octal 372 353 26 0 6 133 2 70 140 65
Binary 11111010 11101011 10110 0 110 1011011 10 111000 1100000 110101

Color Harmonies of #FAEB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB16

Black with #FAEB16

Text Example


Text Example

White with #FAEB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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