#ff7121

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

Shades of Pumpkin #FF7121

Tints of Pumpkin #FF7121

Color information

#FF7121 (or 0xFF7121) is unknown color: approx Pumpkin. HEX triplet: FF, 71 and 21. RGB value is (255,113,33). Sum of RGB (Red+Green+Blue) = 255+113+33=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7121 is #008EDE. Grayscale: #929292. Windows color (decimal): -36575 or 2191871. OLE color: 2191871.

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

Color convert

RGB25511333-
CMYK00.560.870
HSL21.62º100%56.47%-
HSV(B)21.62º87.06%100%-
XYZ47.4233.185.34-
YUV146.3464.04205.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.59%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 33 (13.28% from 255) = 8.23%
R=63.59%
G=28.18%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551133300.560.87021.6210056.47
HexFF7121038570166438
Octal3771614107012702614470
Binary111111111110001100001011100010101110101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff7121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff7121; }

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

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

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

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

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

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

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

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