#FE6819

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

Shades of Pumpkin #FE6819

Tints of Pumpkin #FE6819

Color information

#FE6819 (or 0xFE6819) is unknown color: approx Pumpkin. HEX triplet: FE, 68 and 19. RGB value is (254,104,25). Sum of RGB (Red+Green+Blue) = 254+104+25=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6819 is #0197E6. Grayscale: #8C8C8C. Windows color (decimal): -104423 or 1665278. OLE color: 1665278.

HSL color Cylindrical-coordinate representation of color #FE6819: hue angle of 20.7º 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 #FE6819 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB25410425-
CMYK00.590.900.00
HSL20.7º99.13%54.71%-
HSV(B)20.7º90.16%99.61%-
XYZ4631.044.49-
YUV139.8463.2209.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 66.32%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 25 (10.16% from 255) = 6.53%
R=66.32%
G=27.15%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541042500.590.900.0020.799.1354.71
HexFE681903B5A0156337
Octal3761503107313202514367
Binary11111110110100011001011101110110100101011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6819; }

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

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

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

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

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

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

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

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