Html Css Color HEX #FFE40A Lemon

📋 copy color: '#FFE40A'

red 255 ◦ green 228 ◦ blue 10

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

Shades of Lemon #FFE40A

Tints of Lemon #FFE40A

RGB

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

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

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

R = 51.72%
G = 46.25%
B = 2.03%

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

#FFE40A (or 0xFFE40A) is known color: Lemon. HEX triplet: FF, E4 and 0A. RGB value is (255,228,10). Sum of RGB (Red+Green+Blue) = 255+228+10=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 10 (4.30% from 255 or 2.03% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE40A is #001BF5. Grayscale: #D4D4D4. Windows color (decimal): -7158 or 713983. OLE color: 713983.

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

Color convert

RGB 255 228 10 -
CMYK 0 0.11 0.96 0
HSL 53.39º 1% 0.52% -
HSV(B) 53.39º 0.96% 1% -
XYZ 69.04 76.77 11.47 -
YUV 211.22 14.45 159.23 -
System Red Green Blue C M Y K H S L
Decimal 255 228 10 0 0.11 0.96 0 53.39 1 0.52
Hex FF E4 A 0 B 60 0 35 64 34
Octal 377 344 12 0 13 140 0 65 144 64
Binary 11111111 11100100 1010 0 1011 1100000 0 110101 1100100 110100

Color Harmonies of #FFE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE40A

Black with #FFE40A

Text Example


Text Example

White with #FFE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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