#FF8618

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

Shades of Pumpkin #FF8618

Tints of Pumpkin #FF8618

Color information

#FF8618 (or 0xFF8618) is unknown color: approx Pumpkin. HEX triplet: FF, 86 and 18. RGB value is (255,134,24). Sum of RGB (Red+Green+Blue) = 255+134+24=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8618 is #0079E7. Grayscale: #9E9E9E. Windows color (decimal): -31208 or 1607423. OLE color: 1607423.

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

Color convert

RGB25513424-
CMYK00.470.910
HSL28.57º100%54.71%-
HSV(B)28.57º90.59%100%-
XYZ49.9338.385.64-
YUV157.6452.59197.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.74%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 24 (9.77% from 255) = 5.81%
R=61.74%
G=32.45%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551342400.470.91028.5710054.71
HexFF861802F5B01d6437
Octal3772063005713303514467
Binary111111111000011011000010111110110110111011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8618; }

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

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

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

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

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

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

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

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