#F07910

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

Shades of Pumpkin #F07910

Tints of Pumpkin #F07910

Color information

#F07910 (or 0xF07910) is unknown color: approx Pumpkin. HEX triplet: F0, 79 and 10. RGB value is (240,121,16). Sum of RGB (Red+Green+Blue) = 240+121+16=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07910 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07910 is #0F86EF. Grayscale: #919191. Windows color (decimal): -1017584 or 1079792. OLE color: 1079792.

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

Color convert

RGB24012116-
CMYK00.500.930.06
HSL28.12º88.19%50.2%-
HSV(B)28.12º93.33%94.12%-
XYZ42.8732.244.45-
YUV144.6155.42196.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.66%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 16 (6.64% from 255) = 4.24%
R=63.66%
G=32.10%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401211600.500.930.0628.1288.1950.2
HexF079100325D61c5832
Octal3601712006213563413062
Binary1111000011110011000001100101011101110111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07910; }

 p { color: rgb(240,121,16); }

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

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

 a { background-color: rgb(240,121,16); }

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

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

 span { border-color: rgb(240,121,16); }

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