#F07812

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

Shades of Pumpkin #F07812

Tints of Pumpkin #F07812

Color information

#F07812 (or 0xF07812) is unknown color: approx Pumpkin. HEX triplet: F0, 78 and 12. RGB value is (240,120,18). Sum of RGB (Red+Green+Blue) = 240+120+18=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F07812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07812 is #0F87ED. Grayscale: #909090. Windows color (decimal): -1017838 or 1210608. OLE color: 1210608.

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

Color convert

RGB24012018-
CMYK00.50.920.06
HSL27.57º88.1%50.59%-
HSV(B)27.57º92.5%94.12%-
XYZ42.76324.5-
YUV144.2556.76196.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.49%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 18 (7.42% from 255) = 4.76%
R=63.49%
G=31.75%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401201800.50.920.0627.5788.150.59
HexF078120325C61c5833
Octal3601702206213463413063
Binary1111000011110001001001100101011100110111001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07812; }

 p { color: rgb(240,120,18); }

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

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

 a { background-color: rgb(240,120,18); }

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

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

 span { border-color: rgb(240,120,18); }

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