#FF8321

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

Shades of Pumpkin #FF8321

Tints of Pumpkin #FF8321

Color information

#FF8321 (or 0xFF8321) is unknown color: approx Pumpkin. HEX triplet: FF, 83 and 21. RGB value is (255,131,33). Sum of RGB (Red+Green+Blue) = 255+131+33=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8321 is #007CDE. Grayscale: #9D9D9D. Windows color (decimal): -31967 or 2196479. OLE color: 2196479.

HSL color Cylindrical-coordinate representation of color #FF8321: hue angle of 26.49º 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 #FF8321 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25513133-
CMYK00.490.870
HSL26.49º100%56.47%-
HSV(B)26.49º87.06%100%-
XYZ49.6337.66.08-
YUV156.958.08197.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.86%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 33 (13.28% from 255) = 7.88%
R=60.86%
G=31.26%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551313300.490.87026.4910056.47
HexFF83210315701a6438
Octal3772034106112703214470
Binary1111111110000011100001011000110101110110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8321; }

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

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

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

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

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

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

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

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