#FE6A11

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

Shades of Pumpkin #FE6A11

Tints of Pumpkin #FE6A11

Color information

#FE6A11 (or 0xFE6A11) is unknown color: approx Pumpkin. HEX triplet: FE, 6A and 11. RGB value is (254,106,17). Sum of RGB (Red+Green+Blue) = 254+106+17=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6A11 is #0195EE. Grayscale: #8C8C8C. Windows color (decimal): -103919 or 1141502. OLE color: 1141502.

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

Color convert

RGB25410617-
CMYK00.580.930.00
HSL22.53º99.16%53.14%-
HSV(B)22.53º93.31%99.61%-
XYZ46.1331.424.16-
YUV140.1158.53209.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.37%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 17 (7.03% from 255) = 4.51%
R=67.37%
G=28.12%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541061700.580.930.0022.5399.1653.14
HexFE6A1103A5D0176335
Octal3761522107213502714365
Binary11111110110101010001011101010111010101111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6A11; }

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

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

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

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

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

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

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

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