#F57114

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

Shades of Pumpkin #F57114

Tints of Pumpkin #F57114

Color information

#F57114 (or 0xF57114) is unknown color: approx Pumpkin. HEX triplet: F5, 71 and 14. RGB value is (245,113,20). Sum of RGB (Red+Green+Blue) = 245+113+20=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F57114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57114 is #0A8EEB. Grayscale: #8E8E8E. Windows color (decimal): -691948 or 1339893. OLE color: 1339893.

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

Color convert

RGB24511320-
CMYK00.540.920.04
HSL24.8º91.84%51.96%-
HSV(B)24.8º91.84%96.08%-
XYZ43.6931.274.4-
YUV141.8759.23201.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.81%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 20 (8.20% from 255) = 5.29%
R=64.81%
G=29.89%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451132000.540.920.0424.891.8451.96
HexF571140365C4195c34
Octal3651612406613443113464
Binary1111010111100011010001101101011100100110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57114; }

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

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

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

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

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

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

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

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