#FF7518

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

Shades of Pumpkin #FF7518

Tints of Pumpkin #FF7518

Color information

#FF7518 (or 0xFF7518) is unknown color: approx Pumpkin. HEX triplet: FF, 75 and 18. RGB value is (255,117,24). Sum of RGB (Red+Green+Blue) = 255+117+24=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7518 is #008AE7. Grayscale: #949494. Windows color (decimal): -35560 or 1603071. OLE color: 1603071.

HSL color Cylindrical-coordinate representation of color #FF7518: hue angle of 24.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF7518 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB25511724-
CMYK00.540.910
HSL24.16º100%54.71%-
HSV(B)24.16º90.59%100%-
XYZ47.7734.054.92-
YUV147.6658.22204.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.39%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 24 (9.77% from 255) = 6.06%
R=64.39%
G=29.55%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551172400.540.91024.1610054.71
HexFF75180365B0186437
Octal3771653006613303014467
Binary11111111111010111000011011010110110110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7518; }

 p { color: rgb(255,117,24); }

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

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

 a { background-color: rgb(255,117,24); }

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

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

 span { border-color: rgb(255,117,24); }

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