#ff7421

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

Shades of Pumpkin #FF7421

Tints of Pumpkin #FF7421

Color information

#FF7421 (or 0xFF7421) is unknown color: approx Pumpkin. HEX triplet: FF, 74 and 21. RGB value is (255,116,33). Sum of RGB (Red+Green+Blue) = 255+116+33=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7421 is #008BDE. Grayscale: #949494. Windows color (decimal): -35807 or 2192639. OLE color: 2192639.

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

Color convert

RGB25511633-
CMYK00.550.870
HSL22.43º100%56.47%-
HSV(B)22.43º87.06%100%-
XYZ47.7633.865.46-
YUV148.163.05204.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.12%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 33 (13.28% from 255) = 8.17%
R=63.12%
G=28.71%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551163300.550.87022.4310056.47
HexFF7421037570166438
Octal3771644106712702614470
Binary111111111110100100001011011110101110101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff7421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff7421; }

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

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

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

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

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

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

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

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