#FF831E

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

Shades of Pumpkin #FF831E

Tints of Pumpkin #FF831E

Color information

#FF831E (or 0xFF831E) is unknown color: approx Pumpkin. HEX triplet: FF, 83 and 1E. RGB value is (255,131,30). Sum of RGB (Red+Green+Blue) = 255+131+30=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF831E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF831E is #007CE1. Grayscale: #9D9D9D. Windows color (decimal): -31970 or 1999871. OLE color: 1999871.

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

Color convert

RGB25513130-
CMYK00.490.880
HSL26.93º100%55.88%-
HSV(B)26.93º88.24%100%-
XYZ49.5937.595.87-
YUV156.5656.58198.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.30%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 30 (12.11% from 255) = 7.21%
R=61.30%
G=31.49%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551313000.490.88026.9310055.88
HexFF831E0315801b6438
Octal3772033606113003314470
Binary111111111000001111110011000110110000110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF831E; }

 p { color: rgb(255,131,30); }

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

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

 a { background-color: rgb(255,131,30); }

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

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

 span { border-color: rgb(255,131,30); }

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