#FF6E21

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

Shades of Pumpkin #FF6E21

Tints of Pumpkin #FF6E21

Color information

#FF6E21 (or 0xFF6E21) is unknown color: approx Pumpkin. HEX triplet: FF, 6E and 21. RGB value is (255,110,33). Sum of RGB (Red+Green+Blue) = 255+110+33=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6E21 is #0091DE. Grayscale: #919191. Windows color (decimal): -37343 or 2191103. OLE color: 2191103.

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

Color convert

RGB25511033-
CMYK00.570.870
HSL20.81º100%56.47%-
HSV(B)20.81º87.06%100%-
XYZ47.0932.525.23-
YUV144.5865.04206.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.07%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 33 (13.28% from 255) = 8.29%
R=64.07%
G=27.64%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551103300.570.87020.8110056.47
HexFF6E21039570156438
Octal3771564107112702514470
Binary111111111101110100001011100110101110101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E21; }

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

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

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

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

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

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

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

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