Html Css Color HEX #FD8329 Pumpkin

📋 copy color: '#FD8329'

red 253 ◦ green 131 ◦ blue 41

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

Shades of Pumpkin #FD8329

Tints of Pumpkin #FD8329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 41 (16.41% from 255) = 9.65%

R = 59.53%
G = 30.82%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD8329 (or 0xFD8329) is known color: Pumpkin. HEX triplet: FD, 83 and 29. RGB value is (253,131,41). Sum of RGB (Red+Green+Blue) = 253+131+41=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8329 is #027CD6. Grayscale: #9D9D9D. Windows color (decimal): -163031 or 2720765. OLE color: 2720765.

HSL color Cylindrical-coordinate representation of color #FD8329: hue angle of 25.47º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD8329 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 131 41 -
CMYK 0 0.48 0.84 0.01
HSL 25.47º 0.98% 0.58% -
HSV(B) 25.47º 0.84% 0.99% -
XYZ 49.02 37.28 6.71 -
YUV 157.22 62.42 196.32 -
System Red Green Blue C M Y K H S L
Decimal 253 131 41 0 0.48 0.84 0.01 25.47 0.98 0.58
Hex FD 83 29 0 30 54 1 19 62 3A
Octal 375 203 51 0 60 124 1 31 142 72
Binary 11111101 10000011 101001 0 110000 1010100 1 11001 1100010 111010

Color Harmonies of #FD8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8329

Black with #FD8329

Text Example


Text Example

White with #FD8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8329; }

 p { color: rgb(253,131,41); }

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

background-color css

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

 a { background-color: rgb(253,131,41); }

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

border-color css

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

 span { border-color: rgb(253,131,41); }

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