#FE7217

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

Shades of Pumpkin #FE7217

Tints of Pumpkin #FE7217

Color information

#FE7217 (or 0xFE7217) is unknown color: approx Pumpkin. HEX triplet: FE, 72 and 17. RGB value is (254,114,23). Sum of RGB (Red+Green+Blue) = 254+114+23=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7217 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7217 is #018DE8. Grayscale: #919191. Windows color (decimal): -101865 or 1536766. OLE color: 1536766.

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

Color convert

RGB25411423-
CMYK00.550.910.00
HSL23.64º99.14%54.31%-
HSV(B)23.64º90.94%99.61%-
XYZ47.0533.174.73-
YUV145.4958.88205.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.96%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 23 (9.38% from 255) = 5.88%
R=64.96%
G=29.16%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541142300.550.910.0023.6499.1454.31
HexFE72170375B0186336
Octal3761622706713303014366
Binary11111110111001010111011011110110110110001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7217; }

 p { color: rgb(254,114,23); }

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

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

 a { background-color: rgb(254,114,23); }

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

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

 span { border-color: rgb(254,114,23); }

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