Html Css Color HEX #FFE20A Lemon

📋 copy color: '#FFE20A'

red 255 ◦ green 226 ◦ blue 10

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

Shades of Lemon #FFE20A

Tints of Lemon #FFE20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.04%

R = 51.93%
G = 46.03%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFE20A (or 0xFFE20A) is known color: Lemon. HEX triplet: FF, E2 and 0A. RGB value is (255,226,10). Sum of RGB (Red+Green+Blue) = 255+226+10=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 10 (4.30% from 255 or 2.04% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE20A is #001DF5. Grayscale: #D2D2D2. Windows color (decimal): -7670 or 713471. OLE color: 713471.

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

Color convert

RGB 255 226 10 -
CMYK 0 0.11 0.96 0
HSL 52.9º 1% 0.52% -
HSV(B) 52.9º 0.96% 1% -
XYZ 68.49 75.67 11.28 -
YUV 210.05 15.11 160.06 -
System Red Green Blue C M Y K H S L
Decimal 255 226 10 0 0.11 0.96 0 52.9 1 0.52
Hex FF E2 A 0 B 60 0 35 64 34
Octal 377 342 12 0 13 140 0 65 144 64
Binary 11111111 11100010 1010 0 1011 1100000 0 110101 1100100 110100

Color Harmonies of #FFE20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE20A

Black with #FFE20A

Text Example


Text Example

White with #FFE20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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