Html Css Color HEX #FC8329 Pumpkin

📋 copy color: '#FC8329'

red 252 ◦ green 131 ◦ blue 41

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

Shades of Pumpkin #FC8329

Tints of Pumpkin #FC8329

RGB

 RED value IS 252 (98.83% from 255) = 59.43%

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

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

R = 59.43%
G = 30.9%
B = 9.67%

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

#FC8329 (or 0xFC8329) is known color: Pumpkin. HEX triplet: FC, 83 and 29. RGB value is (252,131,41). Sum of RGB (Red+Green+Blue) = 252+131+41=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8329 is #037CD6. Grayscale: #9D9D9D. Windows color (decimal): -228567 or 2720764. OLE color: 2720764.

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

Color convert

RGB 252 131 41 -
CMYK 0 0.48 0.84 0.01
HSL 25.59º 0.97% 0.57% -
HSV(B) 25.59º 0.84% 0.99% -
XYZ 48.66 37.09 6.69 -
YUV 156.92 62.59 195.82 -
System Red Green Blue C M Y K H S L
Decimal 252 131 41 0 0.48 0.84 0.01 25.59 0.97 0.57
Hex FC 83 29 0 30 54 1 1A 61 39
Octal 374 203 51 0 60 124 1 32 141 71
Binary 11111100 10000011 101001 0 110000 1010100 1 11010 1100001 111001

Color Harmonies of #FC8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8329

Black with #FC8329

Text Example


Text Example

White with #FC8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8329; }

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

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

background-color css

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

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

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

border-color css

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

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

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