Html Css Color HEX #FFE620 Lemon

📋 copy color: '#FFE620'

red 255 ◦ green 230 ◦ blue 32

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

Shades of Lemon #FFE620

Tints of Lemon #FFE620

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.49%

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

R = 49.32%
G = 44.49%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFE620 (or 0xFFE620) is known color: Lemon. HEX triplet: FF, E6 and 20. RGB value is (255,230,32). Sum of RGB (Red+Green+Blue) = 255+230+32=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 32 (12.89% from 255 or 6.19% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE620 is #0019DF. Grayscale: #D7D7D7. Windows color (decimal): -6624 or 2156287. OLE color: 2156287.

HSL color Cylindrical-coordinate representation of color #FFE620: hue angle of 53.27º 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 #FFE620 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 230 32 -
CMYK 0 0.10 0.87 0
HSL 53.27º 1% 0.56% -
HSV(B) 53.27º 0.87% 1% -
XYZ 69.8 77.96 12.74 -
YUV 214.9 24.78 156.6 -
System Red Green Blue C M Y K H S L
Decimal 255 230 32 0 0.10 0.87 0 53.27 1 0.56
Hex FF E6 20 0 A 57 0 35 64 38
Octal 377 346 40 0 12 127 0 65 144 70
Binary 11111111 11100110 100000 0 1010 1010111 0 110101 1100100 111000

Color Harmonies of #FFE620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE620

Black with #FFE620

Text Example


Text Example

White with #FFE620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE620; }

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

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

background-color css

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

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

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

border-color css

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

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

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