#FF8112

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

Shades of Pumpkin #FF8112

Tints of Pumpkin #FF8112

Color information

#FF8112 (or 0xFF8112) is unknown color: approx Pumpkin. HEX triplet: FF, 81 and 12. RGB value is (255,129,18). Sum of RGB (Red+Green+Blue) = 255+129+18=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8112 is #007EED. Grayscale: #9A9A9A. Windows color (decimal): -32494 or 1212927. OLE color: 1212927.

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

Color convert

RGB25512918-
CMYK00.490.930
HSL28.1º100%53.53%-
HSV(B)28.1º92.94%100%-
XYZ49.2375.12-
YUV154.0251.24200.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 18 (7.42% from 255) = 4.48%
R=63.43%
G=32.09%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551291800.490.93028.110053.53
HexFF81120315D01c6436
Octal3772012206113503414466
Binary111111111000000110010011000110111010111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8112; }

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

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

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

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

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

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

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

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