#F07511

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

Shades of Pumpkin #F07511

Tints of Pumpkin #F07511

Color information

#F07511 (or 0xF07511) is unknown color: approx Pumpkin. HEX triplet: F0, 75 and 11. RGB value is (240,117,17). Sum of RGB (Red+Green+Blue) = 240+117+17=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F07511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07511 is #0F8AEE. Grayscale: #8E8E8E. Windows color (decimal): -1018607 or 1144304. OLE color: 1144304.

HSL color Cylindrical-coordinate representation of color #F07511: hue angle of 26.91º 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 #F07511 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB24011717-
CMYK00.510.930.06
HSL26.91º88.14%50.39%-
HSV(B)26.91º92.92%94.12%-
XYZ42.431.294.33-
YUV142.3857.25197.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.17%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 17 (7.03% from 255) = 4.55%
R=64.17%
G=31.28%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401171700.510.930.0626.9188.1450.39
HexF075110335D61b5832
Octal3601652106313563313062
Binary1111000011101011000101100111011101110110111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07511; }

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

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

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

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

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

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

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

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