Html Css Color HEX #FDED20 Lemon

📋 copy color: '#FDED20'

red 253 ◦ green 237 ◦ blue 32

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

Shades of Lemon #FDED20

Tints of Lemon #FDED20

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.4%

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

R = 48.47%
G = 45.4%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDED20 (or 0xFDED20) is known color: Lemon. HEX triplet: FD, ED and 20. RGB value is (253,237,32). Sum of RGB (Red+Green+Blue) = 253+237+32=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 32 (12.89% from 255 or 6.13% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED20 is #0212DF. Grayscale: #DBDBDB. Windows color (decimal): -135904 or 2158077. OLE color: 2158077.

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

Color convert

RGB 253 237 32 -
CMYK 0 0.06 0.87 0.01
HSL 55.66º 0.98% 0.56% -
HSV(B) 55.66º 0.87% 0.99% -
XYZ 71.05 81.56 13.36 -
YUV 218.41 22.8 152.67 -
System Red Green Blue C M Y K H S L
Decimal 253 237 32 0 0.06 0.87 0.01 55.66 0.98 0.56
Hex FD ED 20 0 6 57 1 38 62 38
Octal 375 355 40 0 6 127 1 70 142 70
Binary 11111101 11101101 100000 0 110 1010111 1 111000 1100010 111000

Color Harmonies of #FDED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED20

Black with #FDED20

Text Example


Text Example

White with #FDED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED20; }

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

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

background-color css

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

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

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

border-color css

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

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

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