#F16E10

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

Shades of Pumpkin #F16E10

Tints of Pumpkin #F16E10

Color information

#F16E10 (or 0xF16E10) is unknown color: approx Pumpkin. HEX triplet: F1, 6E and 10. RGB value is (241,110,16). Sum of RGB (Red+Green+Blue) = 241+110+16=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16E10 is #0E91EF. Grayscale: #8A8A8A. Windows color (decimal): -954864 or 1076977. OLE color: 1076977.

HSL color Cylindrical-coordinate representation of color #F16E10: hue angle of 25.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F16E10 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB24111016-
CMYK00.540.930.05
HSL25.07º88.93%50.39%-
HSV(B)25.07º93.36%94.51%-
XYZ41.9529.894.05-
YUV138.4558.9201.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.67%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 16 (6.64% from 255) = 4.36%
R=65.67%
G=29.97%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411101600.540.930.0525.0788.9350.39
HexF16E100365D5195932
Octal3611562006613553113162
Binary1111000111011101000001101101011101101110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16E10; }

 p { color: rgb(241,110,16); }

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

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

 a { background-color: rgb(241,110,16); }

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

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

 span { border-color: rgb(241,110,16); }

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