#F16C10

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

Shades of Pumpkin #F16C10

Tints of Pumpkin #F16C10

Color information

#F16C10 (or 0xF16C10) is unknown color: approx Pumpkin. HEX triplet: F1, 6C and 10. RGB value is (241,108,16). Sum of RGB (Red+Green+Blue) = 241+108+16=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C10 is #0E93EF. Grayscale: #898989. Windows color (decimal): -955376 or 1076465. OLE color: 1076465.

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

Color convert

RGB24110816-
CMYK00.550.930.05
HSL24.53º88.93%50.39%-
HSV(B)24.53º93.36%94.51%-
XYZ41.7329.463.98-
YUV137.2859.56201.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.03%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 16 (6.64% from 255) = 4.38%
R=66.03%
G=29.59%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411081600.550.930.0524.5388.9350.39
HexF16C100375D5195932
Octal3611542006713553113162
Binary1111000111011001000001101111011101101110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16C10; }

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

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

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

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

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

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

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

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