#F07011

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

Shades of Pumpkin #F07011

Tints of Pumpkin #F07011

Color information

#F07011 (or 0xF07011) is unknown color: approx Pumpkin. HEX triplet: F0, 70 and 11. RGB value is (240,112,17). Sum of RGB (Red+Green+Blue) = 240+112+17=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F07011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07011 is #0F8FEE. Grayscale: #8B8B8B. Windows color (decimal): -1019887 or 1143024. OLE color: 1143024.

HSL color Cylindrical-coordinate representation of color #F07011: hue angle of 25.56º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F07011 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB24011217-
CMYK00.530.930.06
HSL25.56º88.14%50.39%-
HSV(B)25.56º92.92%94.12%-
XYZ41.8330.154.15-
YUV139.4458.91199.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.04%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 17 (7.03% from 255) = 4.61%
R=65.04%
G=30.35%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401121700.530.930.0625.5688.1450.39
HexF070110355D61a5832
Octal3601602106513563213062
Binary1111000011100001000101101011011101110110101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07011; }

 p { color: rgb(240,112,17); }

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

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

 a { background-color: rgb(240,112,17); }

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

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

 span { border-color: rgb(240,112,17); }

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