Html Css Color HEX #FD6220 Pumpkin

📋 copy color: '#FD6220'

red 253 ◦ green 98 ◦ blue 32

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

Shades of Pumpkin #FD6220

Tints of Pumpkin #FD6220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.59%

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

R = 66.06%
G = 25.59%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD6220 (or 0xFD6220) is known color: Pumpkin. HEX triplet: FD, 62 and 20. RGB value is (253,98,32). Sum of RGB (Red+Green+Blue) = 253+98+32=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6220 is #029DDF. Grayscale: #898989. Windows color (decimal): -171488 or 2122493. OLE color: 2122493.

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

Color convert

RGB 253 98 32 -
CMYK 0 0.61 0.87 0.01
HSL 17.92º 0.98% 0.56% -
HSV(B) 17.92º 0.87% 0.99% -
XYZ 45.14 29.72 4.72 -
YUV 136.82 68.85 210.87 -
System Red Green Blue C M Y K H S L
Decimal 253 98 32 0 0.61 0.87 0.01 17.92 0.98 0.56
Hex FD 62 20 0 3D 57 1 12 62 38
Octal 375 142 40 0 75 127 1 22 142 70
Binary 11111101 1100010 100000 0 111101 1010111 1 10010 1100010 111000

Color Harmonies of #FD6220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6220

Black with #FD6220

Text Example


Text Example

White with #FD6220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6220; }

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

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

background-color css

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

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

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

border-color css

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

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

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