#F87D15

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

Shades of Pumpkin #F87D15

Tints of Pumpkin #F87D15

Color information

#F87D15 (or 0xF87D15) is unknown color: approx Pumpkin. HEX triplet: F8, 7D and 15. RGB value is (248,125,21). Sum of RGB (Red+Green+Blue) = 248+125+21=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F87D15 is #0782EA. Grayscale: #969696. Windows color (decimal): -492267 or 1408504. OLE color: 1408504.

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

Color convert

RGB24812521-
CMYK00.500.920.03
HSL27.49º94.19%52.75%-
HSV(B)27.49º91.53%97.25%-
XYZ46.1834.684.97-
YUV149.9255.25197.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.94%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 21 (8.59% from 255) = 5.33%
R=62.94%
G=31.73%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481252100.500.920.0327.4994.1952.75
HexF87D150325C31b5e35
Octal3701752506213433313665
Binary111110001111101101010110010101110011110111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87D15; }

 p { color: rgb(248,125,21); }

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

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

 a { background-color: rgb(248,125,21); }

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

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

 span { border-color: rgb(248,125,21); }

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