#FE6120

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

Shades of Pumpkin #FE6120

Tints of Pumpkin #FE6120

Color information

#FE6120 (or 0xFE6120) is unknown color: approx Pumpkin. HEX triplet: FE, 61 and 20. RGB value is (254,97,32). Sum of RGB (Red+Green+Blue) = 254+97+32=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6120 is #019EDF. Grayscale: #888888. Windows color (decimal): -106208 or 2122238. OLE color: 2122238.

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

Color convert

RGB2549732-
CMYK00.620.870.00
HSL17.57º99.11%56.08%-
HSV(B)17.57º87.4%99.61%-
XYZ45.4129.724.71-
YUV136.5369.01211.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.32%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 32 (12.89% from 255) = 8.36%
R=66.32%
G=25.33%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254973200.620.870.0017.5799.1156.08
HexFE612003E570126338
Octal3761414007612702214370
Binary111111101100001100000011111010101110100101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6120; }

 p { color: rgb(254,97,32); }

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

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

 a { background-color: rgb(254,97,32); }

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

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

 span { border-color: rgb(254,97,32); }

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