Html Css Color HEX #FFE20F Lemon

📋 copy color: '#FFE20F'

red 255 ◦ green 226 ◦ blue 15

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

Shades of Lemon #FFE20F

Tints of Lemon #FFE20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.02%

R = 51.41%
G = 45.56%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFE20F (or 0xFFE20F) is known color: Lemon. HEX triplet: FF, E2 and 0F. RGB value is (255,226,15). Sum of RGB (Red+Green+Blue) = 255+226+15=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 15 (6.25% from 255 or 3.02% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE20F is #001DF0. Grayscale: #D3D3D3. Windows color (decimal): -7665 or 1041151. OLE color: 1041151.

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

Color convert

RGB 255 226 15 -
CMYK 0 0.11 0.94 0
HSL 52.75º 1% 0.53% -
HSV(B) 52.75º 0.94% 1% -
XYZ 68.52 75.69 11.45 -
YUV 210.62 17.61 159.66 -
System Red Green Blue C M Y K H S L
Decimal 255 226 15 0 0.11 0.94 0 52.75 1 0.53
Hex FF E2 F 0 B 5E 0 35 64 35
Octal 377 342 17 0 13 136 0 65 144 65
Binary 11111111 11100010 1111 0 1011 1011110 0 110101 1100100 110101

Color Harmonies of #FFE20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE20F

Black with #FFE20F

Text Example


Text Example

White with #FFE20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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