#F56616

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

Shades of Pumpkin #F56616

Tints of Pumpkin #F56616

Color information

#F56616 (or 0xF56616) is unknown color: approx Pumpkin. HEX triplet: F5, 66 and 16. RGB value is (245,102,22). Sum of RGB (Red+Green+Blue) = 245+102+22=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F56616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56616 is #0A99E9. Grayscale: #888888. Windows color (decimal): -694762 or 1468149. OLE color: 1468149.

HSL color Cylindrical-coordinate representation of color #F56616: hue angle of 21.52º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F56616 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB24510222-
CMYK00.580.910.04
HSL21.52º91.77%52.35%-
HSV(B)21.52º91.02%96.08%-
XYZ42.5528.974.11-
YUV135.6463.88206-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 66.40%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 22 (8.98% from 255) = 5.96%
R=66.40%
G=27.64%
B=5.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451022200.580.910.0421.5291.7752.35
HexF5661603A5B4165c34
Octal3651462607213342613464
Binary1111010111001101011001110101011011100101101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56616; }

 p { color: rgb(245,102,22); }

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

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

 a { background-color: rgb(245,102,22); }

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

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

 span { border-color: rgb(245,102,22); }

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