#F97310

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

Shades of Pumpkin #F97310

Tints of Pumpkin #F97310

Color information

#F97310 (or 0xF97310) is unknown color: approx Pumpkin. HEX triplet: F9, 73 and 10. RGB value is (249,115,16). Sum of RGB (Red+Green+Blue) = 249+115+16=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F97310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97310 is #068CEF. Grayscale: #909090. Windows color (decimal): -429296 or 1078265. OLE color: 1078265.

HSL color Cylindrical-coordinate representation of color #F97310: hue angle of 25.49º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F97310 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB24911516-
CMYK00.540.940.02
HSL25.49º95.1%51.96%-
HSV(B)25.49º93.57%97.65%-
XYZ45.2932.444.36-
YUV143.7855.89203.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.53%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 16 (6.64% from 255) = 4.21%
R=65.53%
G=30.26%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491151600.540.940.0225.4995.151.96
HexF973100365E2195f34
Octal3711632006613623113764
Binary111110011110011100000110110101111010110011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97310; }

 p { color: rgb(249,115,16); }

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

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

 a { background-color: rgb(249,115,16); }

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

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

 span { border-color: rgb(249,115,16); }

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