#F56516

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

Shades of Pumpkin #F56516

Tints of Pumpkin #F56516

Color information

#F56516 (or 0xF56516) is unknown color: approx Pumpkin. HEX triplet: F5, 65 and 16. RGB value is (245,101,22). Sum of RGB (Red+Green+Blue) = 245+101+22=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F56516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56516 is #0A9AE9. Grayscale: #878787. Windows color (decimal): -695018 or 1467893. OLE color: 1467893.

HSL color Cylindrical-coordinate representation of color #F56516: hue angle of 21.26º 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 #F56516 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB24510122-
CMYK00.590.910.04
HSL21.26º91.77%52.35%-
HSV(B)21.26º91.02%96.08%-
XYZ42.4528.784.08-
YUV135.0564.21206.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 66.58%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 22 (8.98% from 255) = 5.98%
R=66.58%
G=27.45%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451012200.590.910.0421.2691.7752.35
HexF5651603B5B4155c34
Octal3651452607313342513464
Binary1111010111001011011001110111011011100101011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56516; }

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

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

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

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

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

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

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

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