Html Css Color HEX #FDEC20 Lemon

📋 copy color: '#FDEC20'

red 253 ◦ green 236 ◦ blue 32

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

Shades of Lemon #FDEC20

Tints of Lemon #FDEC20

RGB

 RED value IS 253 (99.22% from 255) = 48.56%

 GREEN value IS 236 (92.58% from 255) = 45.3%

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

R = 48.56%
G = 45.3%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDEC20 (or 0xFDEC20) is known color: Lemon. HEX triplet: FD, EC and 20. RGB value is (253,236,32). Sum of RGB (Red+Green+Blue) = 253+236+32=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 32 (12.89% from 255 or 6.14% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC20 is #0213DF. Grayscale: #DADADA. Windows color (decimal): -136160 or 2157821. OLE color: 2157821.

HSL color Cylindrical-coordinate representation of color #FDEC20: hue angle of 55.38º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDEC20 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 236 32 -
CMYK 0 0.07 0.87 0.01
HSL 55.38º 0.98% 0.56% -
HSV(B) 55.38º 0.87% 0.99% -
XYZ 70.76 80.98 13.27 -
YUV 217.83 23.13 153.09 -
System Red Green Blue C M Y K H S L
Decimal 253 236 32 0 0.07 0.87 0.01 55.38 0.98 0.56
Hex FD EC 20 0 7 57 1 37 62 38
Octal 375 354 40 0 7 127 1 67 142 70
Binary 11111101 11101100 100000 0 111 1010111 1 110111 1100010 111000

Color Harmonies of #FDEC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC20

Black with #FDEC20

Text Example


Text Example

White with #FDEC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC20; }

 p { color: rgb(253,236,32); }

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

background-color css

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

 a { background-color: rgb(253,236,32); }

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

border-color css

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

 span { border-color: rgb(253,236,32); }

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