#FF8918

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

Shades of Pumpkin #FF8918

Tints of Pumpkin #FF8918

Color information

#FF8918 (or 0xFF8918) is unknown color: approx Pumpkin. HEX triplet: FF, 89 and 18. RGB value is (255,137,24). Sum of RGB (Red+Green+Blue) = 255+137+24=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8918 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8918 is #0076E7. Grayscale: #9F9F9F. Windows color (decimal): -30440 or 1608191. OLE color: 1608191.

HSL color Cylindrical-coordinate representation of color #FF8918: hue angle of 29.35º 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 #FF8918 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB25513724-
CMYK00.460.910
HSL29.35º100%54.71%-
HSV(B)29.35º90.59%100%-
XYZ50.3539.225.78-
YUV159.451.59196.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.30%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 24 (9.77% from 255) = 5.77%
R=61.30%
G=32.93%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551372400.460.91029.3510054.71
HexFF891802E5B01d6437
Octal3772113005613303514467
Binary111111111000100111000010111010110110111011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8918; }

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

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

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

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

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

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

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

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