#FF7321

Color #FF7321 Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #FF7321

Tints of Pumpkin #FF7321

Color information

#FF7321 (or 0xFF7321) is unknown color: approx Pumpkin. HEX triplet: FF, 73 and 21. RGB value is (255,115,33). Sum of RGB (Red+Green+Blue) = 255+115+33=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7321 is #008CDE. Grayscale: #939393. Windows color (decimal): -36063 or 2192383. OLE color: 2192383.

HSL color Cylindrical-coordinate representation of color #FF7321: hue angle of 22.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF7321 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25511533-
CMYK00.550.870
HSL22.16º100%56.47%-
HSV(B)22.16º87.06%100%-
XYZ47.6533.635.42-
YUV147.5163.38204.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.28%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 33 (13.28% from 255) = 8.19%
R=63.28%
G=28.54%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551153300.550.87022.1610056.47
HexFF7321037570166438
Octal3771634106712702614470
Binary111111111110011100001011011110101110101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7321; }

 p { color: rgb(255,115,33); }

 H1.HeaderClassName
 {
   color: #FF7321;
 }
 .AnyTagClassName
 {
   color: #FF7321;
 }
</style>
background-color css

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

 a { background-color: rgb(255,115,33); }

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

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

 span { border-color: rgb(255,115,33); }

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