#F06D18

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

Shades of Pumpkin #F06D18

Tints of Pumpkin #F06D18

Color information

#F06D18 (or 0xF06D18) is unknown color: approx Pumpkin. HEX triplet: F0, 6D and 18. RGB value is (240,109,24). Sum of RGB (Red+Green+Blue) = 240+109+24=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06D18 is #0F92E7. Grayscale: #8A8A8A. Windows color (decimal): -1020648 or 1601008. OLE color: 1601008.

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

Color convert

RGB24010924-
CMYK00.550.90.06
HSL23.61º87.8%51.76%-
HSV(B)23.61º90%94.12%-
XYZ41.5729.534.37-
YUV138.4863.4200.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.34%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 24 (9.77% from 255) = 6.43%
R=64.34%
G=29.22%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.9
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401092400.550.90.0623.6187.851.76
HexF06D180375A6185834
Octal3601553006713263013064
Binary1111000011011011100001101111011010110110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06D18; }

 p { color: rgb(240,109,24); }

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

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

 a { background-color: rgb(240,109,24); }

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

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

 span { border-color: rgb(240,109,24); }

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