#F57118

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

Shades of Pumpkin #F57118

Tints of Pumpkin #F57118

Color information

#F57118 (or 0xF57118) is unknown color: approx Pumpkin. HEX triplet: F5, 71 and 18. RGB value is (245,113,24). Sum of RGB (Red+Green+Blue) = 245+113+24=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F57118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57118 is #0A8EE7. Grayscale: #8E8E8E. Windows color (decimal): -691944 or 1602037. OLE color: 1602037.

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

Color convert

RGB24511324-
CMYK00.540.900.04
HSL24.16º91.7%52.75%-
HSV(B)24.16º90.2%96.08%-
XYZ43.7331.294.6-
YUV142.3261.23201.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.14%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 24 (9.77% from 255) = 6.28%
R=64.14%
G=29.58%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451132400.540.900.0424.1691.752.75
HexF571180365A4185c35
Octal3651613006613243013465
Binary1111010111100011100001101101011010100110001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57118; }

 p { color: rgb(245,113,24); }

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

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

 a { background-color: rgb(245,113,24); }

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

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

 span { border-color: rgb(245,113,24); }

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