Html Css Color HEX #FDEB20 Lemon

📋 copy color: '#FDEB20'

red 253 ◦ green 235 ◦ blue 32

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

Shades of Lemon #FDEB20

Tints of Lemon #FDEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.19%

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

R = 48.65%
G = 45.19%
B = 6.15%

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

#FDEB20 (or 0xFDEB20) is known color: Lemon. HEX triplet: FD, EB and 20. RGB value is (253,235,32). Sum of RGB (Red+Green+Blue) = 253+235+32=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 32 (12.89% from 255 or 6.15% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEB20 is #0214DF. Grayscale: #DADADA. Windows color (decimal): -136416 or 2157565. OLE color: 2157565.

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

Color convert

RGB 253 235 32 -
CMYK 0 0.07 0.87 0.01
HSL 55.11º 0.98% 0.56% -
HSV(B) 55.11º 0.87% 0.99% -
XYZ 70.48 80.4 13.17 -
YUV 217.24 23.46 153.51 -
System Red Green Blue C M Y K H S L
Decimal 253 235 32 0 0.07 0.87 0.01 55.11 0.98 0.56
Hex FD EB 20 0 7 57 1 37 62 38
Octal 375 353 40 0 7 127 1 67 142 70
Binary 11111101 11101011 100000 0 111 1010111 1 110111 1100010 111000

Color Harmonies of #FDEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB20

Black with #FDEB20

Text Example


Text Example

White with #FDEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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