#F75E19

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

Shades of Pumpkin #F75E19

Tints of Pumpkin #F75E19

Color information

#F75E19 (or 0xF75E19) is unknown color: approx Pumpkin. HEX triplet: F7, 5E and 19. RGB value is (247,94,25). Sum of RGB (Red+Green+Blue) = 247+94+25=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75E19 is #08A1E6. Grayscale: #848484. Windows color (decimal): -565735 or 1662711. OLE color: 1662711.

HSL color Cylindrical-coordinate representation of color #F75E19: hue angle of 18.65º degrees, saturation: 0.93, 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 #F75E19 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB2479425-
CMYK00.620.900.03
HSL18.65º93.28%53.33%-
HSV(B)18.65º89.88%96.86%-
XYZ42.5427.854.05-
YUV131.8867.69210.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.49%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 25 (10.16% from 255) = 6.83%
R=67.49%
G=25.68%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247942500.620.900.0318.6593.2853.33
HexF75E1903E5A3135d35
Octal3671363107613232313565
Binary111101111011110110010111110101101011100111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75E19; }

 p { color: rgb(247,94,25); }

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

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

 a { background-color: rgb(247,94,25); }

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

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

 span { border-color: rgb(247,94,25); }

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