Html Css Color HEX #FC8325 Pumpkin

📋 copy color: '#FC8325'

red 252 ◦ green 131 ◦ blue 37

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

Shades of Pumpkin #FC8325

Tints of Pumpkin #FC8325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 60%
G = 31.19%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC8325 (or 0xFC8325) is known color: Pumpkin. HEX triplet: FC, 83 and 25. RGB value is (252,131,37). Sum of RGB (Red+Green+Blue) = 252+131+37=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8325 is #037CDA. Grayscale: #9C9C9C. Windows color (decimal): -228571 or 2458620. OLE color: 2458620.

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

Color convert

RGB 252 131 37 -
CMYK 0 0.48 0.85 0.01
HSL 26.23º 0.97% 0.57% -
HSV(B) 26.23º 0.85% 0.99% -
XYZ 48.6 37.06 6.34 -
YUV 156.46 60.59 196.14 -
System Red Green Blue C M Y K H S L
Decimal 252 131 37 0 0.48 0.85 0.01 26.23 0.97 0.57
Hex FC 83 25 0 30 55 1 1A 61 39
Octal 374 203 45 0 60 125 1 32 141 71
Binary 11111100 10000011 100101 0 110000 1010101 1 11010 1100001 111001

Color Harmonies of #FC8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8325

Black with #FC8325

Text Example


Text Example

White with #FC8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8325; }

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

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

background-color css

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

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

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

border-color css

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

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

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