#FE6119

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

Shades of Pumpkin #FE6119

Tints of Pumpkin #FE6119

Color information

#FE6119 (or 0xFE6119) is unknown color: approx Pumpkin. HEX triplet: FE, 61 and 19. RGB value is (254,97,25). Sum of RGB (Red+Green+Blue) = 254+97+25=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6119 is #019EE6. Grayscale: #888888. Windows color (decimal): -106215 or 1663486. OLE color: 1663486.

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

Color convert

RGB2549725-
CMYK00.620.900.00
HSL18.86º99.13%54.71%-
HSV(B)18.86º90.16%99.61%-
XYZ45.3229.694.26-
YUV135.7365.51212.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.55%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 25 (10.16% from 255) = 6.65%
R=67.55%
G=25.80%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254972500.620.900.0018.8699.1354.71
HexFE611903E5A0136337
Octal3761413107613202314367
Binary11111110110000111001011111010110100100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6119; }

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

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

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

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

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

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

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

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