#FF6611

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

Shades of Pumpkin #FF6611

Tints of Pumpkin #FF6611

Color information

#FF6611 (or 0xFF6611) is unknown color: approx Pumpkin. HEX triplet: FF, 66 and 11. RGB value is (255,102,17). Sum of RGB (Red+Green+Blue) = 255+102+17=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6611 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6611 is #0099EE. Grayscale: #8A8A8A. Windows color (decimal): -39407 or 1140479. OLE color: 1140479.

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

Color convert

RGB25510217-
CMYK00.60.930
HSL21.43º100%53.33%-
HSV(B)21.43º93.33%100%-
XYZ46.0930.84.05-
YUV138.0659.69211.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.18%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 17 (7.03% from 255) = 4.55%
R=68.18%
G=27.27%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551021700.60.93021.4310053.33
HexFF661103C5D0156435
Octal3771462107413502514465
Binary11111111110011010001011110010111010101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6611; }

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

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

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

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

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

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

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

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