#FF701E

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

Shades of Pumpkin #FF701E

Tints of Pumpkin #FF701E

Color information

#FF701E (or 0xFF701E) is unknown color: approx Pumpkin. HEX triplet: FF, 70 and 1E. RGB value is (255,112,30). Sum of RGB (Red+Green+Blue) = 255+112+30=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF701E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF701E is #008FE1. Grayscale: #919191. Windows color (decimal): -36834 or 1995007. OLE color: 1995007.

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

Color convert

RGB25511230-
CMYK00.560.880
HSL21.87º100%55.88%-
HSV(B)21.87º88.24%100%-
XYZ47.2732.945.1-
YUV145.4162.88206.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.23%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 30 (12.11% from 255) = 7.56%
R=64.23%
G=28.21%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551123000.560.88021.8710055.88
HexFF701E038580166438
Octal3771603607013002614470
Binary11111111111000011110011100010110000101101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF701E; }

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

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

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

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

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

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

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

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