Html Css Color HEX #FEE221 Lemon

📋 copy color: '#FEE221'

red 254 ◦ green 226 ◦ blue 33

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

Shades of Lemon #FEE221

Tints of Lemon #FEE221

RGB

 RED value IS 254 (99.61% from 255) = 49.51%

 GREEN value IS 226 (88.67% from 255) = 44.05%

 BLUE value IS 33 (13.28% from 255) = 6.43%

R = 49.51%
G = 44.05%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEE221 (or 0xFEE221) is known color: Lemon. HEX triplet: FE, E2 and 21. RGB value is (254,226,33). Sum of RGB (Red+Green+Blue) = 254+226+33=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 33 (13.28% from 255 or 6.43% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE221 is #011DDE. Grayscale: #D5D5D5. Windows color (decimal): -73183 or 2220798. OLE color: 2220798.

HSL color Cylindrical-coordinate representation of color #FEE221: hue angle of 52.4º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEE221 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 226 33 -
CMYK 0 0.11 0.87 0.00
HSL 52.4º 0.99% 0.56% -
HSV(B) 52.4º 0.87% 1% -
XYZ 68.34 75.57 12.42 -
YUV 212.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 254 226 33 0 0.11 0.87 0.00 52.4 0.99 0.56
Hex FE E2 21 0 B 57 0 34 63 38
Octal 376 342 41 0 13 127 0 64 143 70
Binary 11111110 11100010 100001 0 1011 1010111 0 110100 1100011 111000

Color Harmonies of #FEE221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE221

Black with #FEE221

Text Example


Text Example

White with #FEE221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE221; }

 p { color: rgb(254,226,33); }

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

background-color css

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

 a { background-color: rgb(254,226,33); }

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

border-color css

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

 span { border-color: rgb(254,226,33); }

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