#ff841e

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

Shades of Pumpkin #FF841E

Tints of Pumpkin #FF841E

Color information

#FF841E (or 0xFF841E) is unknown color: approx Pumpkin. HEX triplet: FF, 84 and 1E. RGB value is (255,132,30). Sum of RGB (Red+Green+Blue) = 255+132+30=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF841E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF841E is #007BE1. Grayscale: #9D9D9D. Windows color (decimal): -31714 or 2000127. OLE color: 2000127.

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

Color convert

RGB25513230-
CMYK00.480.880
HSL27.2º100%55.88%-
HSV(B)27.2º88.24%100%-
XYZ49.7337.865.91-
YUV157.1556.25197.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.15%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 30 (12.11% from 255) = 7.19%
R=61.15%
G=31.65%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551323000.480.88027.210055.88
HexFF841E0305801b6438
Octal3772043606013003314470
Binary111111111000010011110011000010110000110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff841e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff841e; }

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

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

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

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

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

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

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

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