#f16615

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

Shades of Pumpkin #F16615

Tints of Pumpkin #F16615

Color information

#F16615 (or 0xF16615) is unknown color: approx Pumpkin. HEX triplet: F1, 66 and 15. RGB value is (241,102,21). Sum of RGB (Red+Green+Blue) = 241+102+21=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F16615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16615 is #0E99EA. Grayscale: #868686. Windows color (decimal): -956907 or 1402609. OLE color: 1402609.

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

Color convert

RGB24110221-
CMYK00.580.910.05
HSL22.09º88.71%51.37%-
HSV(B)22.09º91.29%94.51%-
XYZ41.1628.263.99-
YUV134.3364.05204.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.21%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 21 (8.59% from 255) = 5.77%
R=66.21%
G=28.02%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411022100.580.910.0522.0988.7151.37
HexF1661503A5B5165933
Octal3611462507213352613163
Binary1111000111001101010101110101011011101101101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f16615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f16615; }

 p { color: rgb(241,102,21); }

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

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

 a { background-color: rgb(241,102,21); }

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

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

 span { border-color: rgb(241,102,21); }

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