#FF6E11

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

Shades of Pumpkin #FF6E11

Tints of Pumpkin #FF6E11

Color information

#FF6E11 (or 0xFF6E11) is unknown color: approx Pumpkin. HEX triplet: FF, 6E and 11. RGB value is (255,110,17). Sum of RGB (Red+Green+Blue) = 255+110+17=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E11 is #0091EE. Grayscale: #8F8F8F. Windows color (decimal): -37359 or 1142527. OLE color: 1142527.

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

Color convert

RGB25511017-
CMYK00.570.930
HSL23.45º100%53.33%-
HSV(B)23.45º93.33%100%-
XYZ46.9232.454.32-
YUV142.7557.04208.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.75%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 17 (7.03% from 255) = 4.45%
R=66.75%
G=28.80%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551101700.570.93023.4510053.33
HexFF6E110395D0176435
Octal3771562107113502714465
Binary11111111110111010001011100110111010101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E11; }

 p { color: rgb(255,110,17); }

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

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

 a { background-color: rgb(255,110,17); }

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

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

 span { border-color: rgb(255,110,17); }

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