Html Css Color HEX #FFE220 Lemon

📋 copy color: '#FFE220'

red 255 ◦ green 226 ◦ blue 32

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

Shades of Lemon #FFE220

Tints of Lemon #FFE220

RGB

 RED value IS 255 (100% from 255) = 49.71%

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

 BLUE value IS 32 (12.89% from 255) = 6.24%

R = 49.71%
G = 44.05%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFE220 (or 0xFFE220) is known color: Lemon. HEX triplet: FF, E2 and 20. RGB value is (255,226,32). Sum of RGB (Red+Green+Blue) = 255+226+32=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 32 (12.89% from 255 or 6.24% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE220 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE220 is #001DDF. Grayscale: #D5D5D5. Windows color (decimal): -7648 or 2155263. OLE color: 2155263.

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

Color convert

RGB 255 226 32 -
CMYK 0 0.11 0.87 0
HSL 52.2º 1% 0.56% -
HSV(B) 52.2º 0.87% 1% -
XYZ 68.7 75.76 12.37 -
YUV 212.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 255 226 32 0 0.11 0.87 0 52.2 1 0.56
Hex FF E2 20 0 B 57 0 34 64 38
Octal 377 342 40 0 13 127 0 64 144 70
Binary 11111111 11100010 100000 0 1011 1010111 0 110100 1100100 111000

Color Harmonies of #FFE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE220

Black with #FFE220

Text Example


Text Example

White with #FFE220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE220; }

 p { color: rgb(255,226,32); }

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

background-color css

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

 a { background-color: rgb(255,226,32); }

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

border-color css

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

 span { border-color: rgb(255,226,32); }

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