Html Css Color HEX #FAEE16 Lemon

📋 copy color: '#FAEE16'

red 250 ◦ green 238 ◦ blue 22

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

Shades of Lemon #FAEE16

Tints of Lemon #FAEE16

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

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

R = 49.02%
G = 46.67%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAEE16 (or 0xFAEE16) is known color: Lemon. HEX triplet: FA, EE and 16. RGB value is (250,238,22). Sum of RGB (Red+Green+Blue) = 250+238+22=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 22 (8.98% from 255 or 4.31% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEE16 is #0511E9. Grayscale: #D9D9D9. Windows color (decimal): -332266 or 1502970. OLE color: 1502970.

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

Color convert

RGB 250 238 22 -
CMYK 0 0.05 0.91 0.02
HSL 56.84º 0.96% 0.53% -
HSV(B) 56.84º 0.91% 0.98% -
XYZ 70.14 81.53 12.8 -
YUV 216.96 17.98 151.56 -
System Red Green Blue C M Y K H S L
Decimal 250 238 22 0 0.05 0.91 0.02 56.84 0.96 0.53
Hex FA EE 16 0 5 5B 2 39 60 35
Octal 372 356 26 0 5 133 2 71 140 65
Binary 11111010 11101110 10110 0 101 1011011 10 111001 1100000 110101

Color Harmonies of #FAEE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEE16

Black with #FAEE16

Text Example


Text Example

White with #FAEE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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