#F57811

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

Shades of Pumpkin #F57811

Tints of Pumpkin #F57811

Color information

#F57811 (or 0xF57811) is unknown color: approx Pumpkin. HEX triplet: F5, 78 and 11. RGB value is (245,120,17). Sum of RGB (Red+Green+Blue) = 245+120+17=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F57811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57811 is #0A87EE. Grayscale: #929292. Windows color (decimal): -690159 or 1145077. OLE color: 1145077.

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

Color convert

RGB24512017-
CMYK00.510.930.04
HSL27.11º91.94%51.37%-
HSV(B)27.11º93.06%96.08%-
XYZ44.4732.894.53-
YUV145.6355.41198.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.14%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 17 (7.03% from 255) = 4.45%
R=64.14%
G=31.41%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451201700.510.930.0427.1191.9451.37
HexF578110335D41b5c33
Octal3651702106313543313463
Binary1111010111110001000101100111011101100110111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57811; }

 p { color: rgb(245,120,17); }

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

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

 a { background-color: rgb(245,120,17); }

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

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

 span { border-color: rgb(245,120,17); }

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