#F57214

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

Shades of Pumpkin #F57214

Tints of Pumpkin #F57214

Color information

#F57214 (or 0xF57214) is unknown color: approx Pumpkin. HEX triplet: F5, 72 and 14. RGB value is (245,114,20). Sum of RGB (Red+Green+Blue) = 245+114+20=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F57214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57214 is #0A8DEB. Grayscale: #8E8E8E. Windows color (decimal): -691692 or 1340149. OLE color: 1340149.

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

Color convert

RGB24511420-
CMYK00.530.920.04
HSL25.07º91.84%51.96%-
HSV(B)25.07º91.84%96.08%-
XYZ43.831.54.43-
YUV142.4558.9201.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.64%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 20 (8.20% from 255) = 5.28%
R=64.64%
G=30.08%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451142000.530.920.0425.0791.8451.96
HexF572140355C4195c34
Octal3651622406513443113464
Binary1111010111100101010001101011011100100110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57214; }

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

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

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

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

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

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

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

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