#FF8421

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

Shades of Pumpkin #FF8421

Tints of Pumpkin #FF8421

Color information

#FF8421 (or 0xFF8421) is unknown color: approx Pumpkin. HEX triplet: FF, 84 and 21. RGB value is (255,132,33). Sum of RGB (Red+Green+Blue) = 255+132+33=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8421 is #007BDE. Grayscale: #9E9E9E. Windows color (decimal): -31711 or 2196735. OLE color: 2196735.

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

Color convert

RGB25513233-
CMYK00.480.870
HSL26.76º100%56.47%-
HSV(B)26.76º87.06%100%-
XYZ49.7737.876.13-
YUV157.4957.75197.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.71%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 33 (13.28% from 255) = 7.86%
R=60.71%
G=31.43%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551323300.480.87026.7610056.47
HexFF84210305701b6438
Octal3772044106012703314470
Binary1111111110000100100001011000010101110110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8421; }

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

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

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

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

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

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

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

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