#FF8114

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

Shades of Pumpkin #FF8114

Tints of Pumpkin #FF8114

Color information

#FF8114 (or 0xFF8114) is unknown color: approx Pumpkin. HEX triplet: FF, 81 and 14. RGB value is (255,129,20). Sum of RGB (Red+Green+Blue) = 255+129+20=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8114 is #007EEB. Grayscale: #9A9A9A. Windows color (decimal): -32492 or 1343999. OLE color: 1343999.

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

Color convert

RGB25512920-
CMYK00.490.920
HSL27.83º100%53.92%-
HSV(B)27.83º92.16%100%-
XYZ49.2237.015.21-
YUV154.2552.24199.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.12%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 20 (8.20% from 255) = 4.95%
R=63.12%
G=31.93%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551292000.490.92027.8310053.92
HexFF81140315C01c6436
Octal3772012406113403414466
Binary111111111000000110100011000110111000111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8114; }

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

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

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

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

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

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

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

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