Html Css Color HEX #FD6A20 Pumpkin

📋 copy color: '#FD6A20'

red 253 ◦ green 106 ◦ blue 32

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

Shades of Pumpkin #FD6A20

Tints of Pumpkin #FD6A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

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

R = 64.71%
G = 27.11%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD6A20 (or 0xFD6A20) is known color: Pumpkin. HEX triplet: FD, 6A and 20. RGB value is (253,106,32). Sum of RGB (Red+Green+Blue) = 253+106+32=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6A20 is #0295DF. Grayscale: #8D8D8D. Windows color (decimal): -169440 or 2124541. OLE color: 2124541.

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

Color convert

RGB 253 106 32 -
CMYK 0 0.58 0.87 0.01
HSL 20.09º 0.98% 0.56% -
HSV(B) 20.09º 0.87% 0.99% -
XYZ 45.92 31.3 4.99 -
YUV 141.52 66.2 207.52 -
System Red Green Blue C M Y K H S L
Decimal 253 106 32 0 0.58 0.87 0.01 20.09 0.98 0.56
Hex FD 6A 20 0 3A 57 1 14 62 38
Octal 375 152 40 0 72 127 1 24 142 70
Binary 11111101 1101010 100000 0 111010 1010111 1 10100 1100010 111000

Color Harmonies of #FD6A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A20

Black with #FD6A20

Text Example


Text Example

White with #FD6A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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