Html Css Color HEX #FFE420 Lemon

📋 copy color: '#FFE420'

red 255 ◦ green 228 ◦ blue 32

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

Shades of Lemon #FFE420

Tints of Lemon #FFE420

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.27%

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

R = 49.51%
G = 44.27%
B = 6.21%

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

#FFE420 (or 0xFFE420) is known color: Lemon. HEX triplet: FF, E4 and 20. RGB value is (255,228,32). Sum of RGB (Red+Green+Blue) = 255+228+32=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 32 (12.89% from 255 or 6.21% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE420 is #001BDF. Grayscale: #D6D6D6. Windows color (decimal): -7136 or 2155775. OLE color: 2155775.

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

Color convert

RGB 255 228 32 -
CMYK 0 0.11 0.87 0
HSL 52.74º 1% 0.56% -
HSV(B) 52.74º 0.87% 1% -
XYZ 69.24 76.85 12.55 -
YUV 213.73 25.45 157.44 -
System Red Green Blue C M Y K H S L
Decimal 255 228 32 0 0.11 0.87 0 52.74 1 0.56
Hex FF E4 20 0 B 57 0 35 64 38
Octal 377 344 40 0 13 127 0 65 144 70
Binary 11111111 11100100 100000 0 1011 1010111 0 110101 1100100 111000

Color Harmonies of #FFE420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE420

Black with #FFE420

Text Example


Text Example

White with #FFE420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE420; }

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

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

background-color css

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

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

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

border-color css

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

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

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