Html Css Color HEX #FC8328 Pumpkin

📋 copy color: '#FC8328'

red 252 ◦ green 131 ◦ blue 40

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

Shades of Pumpkin #FC8328

Tints of Pumpkin #FC8328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 59.57%
G = 30.97%
B = 9.46%

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

#FC8328 (or 0xFC8328) is known color: Pumpkin. HEX triplet: FC, 83 and 28. RGB value is (252,131,40). Sum of RGB (Red+Green+Blue) = 252+131+40=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8328 is #037CD7. Grayscale: #9D9D9D. Windows color (decimal): -228568 or 2655228. OLE color: 2655228.

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

Color convert

RGB 252 131 40 -
CMYK 0 0.48 0.84 0.01
HSL 25.75º 0.97% 0.57% -
HSV(B) 25.75º 0.84% 0.99% -
XYZ 48.64 37.08 6.6 -
YUV 156.81 62.09 195.9 -
System Red Green Blue C M Y K H S L
Decimal 252 131 40 0 0.48 0.84 0.01 25.75 0.97 0.57
Hex FC 83 28 0 30 54 1 1A 61 39
Octal 374 203 50 0 60 124 1 32 141 71
Binary 11111100 10000011 101000 0 110000 1010100 1 11010 1100001 111001

Color Harmonies of #FC8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8328

Black with #FC8328

Text Example


Text Example

White with #FC8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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