#F37013

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

Shades of Pumpkin #F37013

Tints of Pumpkin #F37013

Color information

#F37013 (or 0xF37013) is unknown color: approx Pumpkin. HEX triplet: F3, 70 and 13. RGB value is (243,112,19). Sum of RGB (Red+Green+Blue) = 243+112+19=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F37013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37013 is #0C8FEC. Grayscale: #8D8D8D. Windows color (decimal): -823277 or 1274099. OLE color: 1274099.

HSL color Cylindrical-coordinate representation of color #F37013: hue angle of 24.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F37013 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB24311219-
CMYK00.540.920.05
HSL24.91º90.32%51.37%-
HSV(B)24.91º92.18%95.29%-
XYZ42.8730.694.28-
YUV140.5759.4201.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.97%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 19 (7.81% from 255) = 5.08%
R=64.97%
G=29.95%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431121900.540.920.0524.9190.3251.37
HexF370130365C5195a33
Octal3631602306613453113263
Binary1111001111100001001101101101011100101110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37013; }

 p { color: rgb(243,112,19); }

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

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

 a { background-color: rgb(243,112,19); }

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

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

 span { border-color: rgb(243,112,19); }

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