#F87418

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

Shades of Pumpkin #F87418

Tints of Pumpkin #F87418

Color information

#F87418 (or 0xF87418) is unknown color: approx Pumpkin. HEX triplet: F8, 74 and 18. RGB value is (248,116,24). Sum of RGB (Red+Green+Blue) = 248+116+24=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F87418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87418 is #078BE7. Grayscale: #919191. Windows color (decimal): -494568 or 1602808. OLE color: 1602808.

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

Color convert

RGB24811624-
CMYK00.530.900.03
HSL24.64º94.12%53.33%-
HSV(B)24.64º90.32%97.25%-
XYZ45.1232.514.76-
YUV144.9859.73201.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 63.92%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 24 (9.77% from 255) = 6.19%
R=63.92%
G=29.90%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481162400.530.900.0324.6494.1253.33
HexF874180355A3195e35
Octal3701643006513233113665
Binary111110001110100110000110101101101011110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87418; }

 p { color: rgb(248,116,24); }

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

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

 a { background-color: rgb(248,116,24); }

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

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

 span { border-color: rgb(248,116,24); }

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