Html Css Color HEX #FD6520 Pumpkin

📋 copy color: '#FD6520'

red 253 ◦ green 101 ◦ blue 32

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

Shades of Pumpkin #FD6520

Tints of Pumpkin #FD6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.17%

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

R = 65.54%
G = 26.17%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD6520 (or 0xFD6520) is known color: Pumpkin. HEX triplet: FD, 65 and 20. RGB value is (253,101,32). Sum of RGB (Red+Green+Blue) = 253+101+32=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6520 is #029ADF. Grayscale: #8B8B8B. Windows color (decimal): -170720 or 2123261. OLE color: 2123261.

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

Color convert

RGB 253 101 32 -
CMYK 0 0.60 0.87 0.01
HSL 18.73º 0.98% 0.56% -
HSV(B) 18.73º 0.87% 0.99% -
XYZ 45.42 30.29 4.82 -
YUV 138.58 67.86 209.61 -
System Red Green Blue C M Y K H S L
Decimal 253 101 32 0 0.60 0.87 0.01 18.73 0.98 0.56
Hex FD 65 20 0 3C 57 1 13 62 38
Octal 375 145 40 0 74 127 1 23 142 70
Binary 11111101 1100101 100000 0 111100 1010111 1 10011 1100010 111000

Color Harmonies of #FD6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6520

Black with #FD6520

Text Example


Text Example

White with #FD6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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