#FF8612

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

Shades of Pumpkin #FF8612

Tints of Pumpkin #FF8612

Color information

#FF8612 (or 0xFF8612) is unknown color: approx Pumpkin. HEX triplet: FF, 86 and 12. RGB value is (255,134,18). Sum of RGB (Red+Green+Blue) = 255+134+18=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8612 is #0079ED. Grayscale: #9D9D9D. Windows color (decimal): -31214 or 1214207. OLE color: 1214207.

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

Color convert

RGB25513418-
CMYK00.470.930
HSL29.37º100%53.53%-
HSV(B)29.37º92.94%100%-
XYZ49.8738.355.35-
YUV156.9549.59197.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.65%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 18 (7.42% from 255) = 4.42%
R=62.65%
G=32.92%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551341800.470.93029.3710053.53
HexFF861202F5D01d6436
Octal3772062205713503514466
Binary111111111000011010010010111110111010111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8612; }

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

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

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

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

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

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

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

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