#F86912

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

Shades of Pumpkin #F86912

Tints of Pumpkin #F86912

Color information

#F86912 (or 0xF86912) is unknown color: approx Pumpkin. HEX triplet: F8, 69 and 12. RGB value is (248,105,18). Sum of RGB (Red+Green+Blue) = 248+105+18=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F86912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86912 is #0796ED. Grayscale: #8A8A8A. Windows color (decimal): -497390 or 1206776. OLE color: 1206776.

HSL color Cylindrical-coordinate representation of color #F86912: hue angle of 22.7º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F86912 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB24810518-
CMYK00.580.930.03
HSL22.7º94.26%52.16%-
HSV(B)22.7º92.74%97.25%-
XYZ43.8730.14.07-
YUV137.8460.38206.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 66.85%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 18 (7.42% from 255) = 4.85%
R=66.85%
G=28.30%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481051800.580.930.0322.794.2652.16
HexF8691203A5D3175e34
Octal3701512207213532713664
Binary111110001101001100100111010101110111101111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86912; }

 p { color: rgb(248,105,18); }

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

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

 a { background-color: rgb(248,105,18); }

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

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

 span { border-color: rgb(248,105,18); }

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