#FE6811

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

Shades of Pumpkin #FE6811

Tints of Pumpkin #FE6811

Color information

#FE6811 (or 0xFE6811) is unknown color: approx Pumpkin. HEX triplet: FE, 68 and 11. RGB value is (254,104,17). Sum of RGB (Red+Green+Blue) = 254+104+17=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6811 is #0197EE. Grayscale: #8B8B8B. Windows color (decimal): -104431 or 1140990. OLE color: 1140990.

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

Color convert

RGB25410417-
CMYK00.590.930.00
HSL22.03º99.16%53.14%-
HSV(B)22.03º93.31%99.61%-
XYZ45.9231.014.1-
YUV138.9359.2210.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.73%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 17 (7.03% from 255) = 4.53%
R=67.73%
G=27.73%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541041700.590.930.0022.0399.1653.14
HexFE681103B5D0166335
Octal3761502107313502614365
Binary11111110110100010001011101110111010101101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6811; }

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

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

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

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

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

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

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

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