Html Css Color HEX #FDDE20 Lemon

📋 copy color: '#FDDE20'

red 253 ◦ green 222 ◦ blue 32

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

Shades of Lemon #FDDE20

Tints of Lemon #FDDE20

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.79%

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

R = 49.9%
G = 43.79%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDDE20 (or 0xFDDE20) is known color: Lemon. HEX triplet: FD, DE and 20. RGB value is (253,222,32). Sum of RGB (Red+Green+Blue) = 253+222+32=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 32 (12.89% from 255 or 6.31% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE20 is #0221DF. Grayscale: #D2D2D2. Windows color (decimal): -139744 or 2154237. OLE color: 2154237.

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

Color convert

RGB 253 222 32 -
CMYK 0 0.12 0.87 0.01
HSL 51.58º 0.98% 0.56% -
HSV(B) 51.58º 0.87% 0.99% -
XYZ 66.89 73.23 11.98 -
YUV 209.61 27.77 158.95 -
System Red Green Blue C M Y K H S L
Decimal 253 222 32 0 0.12 0.87 0.01 51.58 0.98 0.56
Hex FD DE 20 0 C 57 1 34 62 38
Octal 375 336 40 0 14 127 1 64 142 70
Binary 11111101 11011110 100000 0 1100 1010111 1 110100 1100010 111000

Color Harmonies of #FDDE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE20

Black with #FDDE20

Text Example


Text Example

White with #FDDE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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