#FF7E14

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

Shades of Pumpkin #FF7E14

Tints of Pumpkin #FF7E14

Color information

#FF7E14 (or 0xFF7E14) is unknown color: approx Pumpkin. HEX triplet: FF, 7E and 14. RGB value is (255,126,20). Sum of RGB (Red+Green+Blue) = 255+126+20=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7E14 is #0081EB. Grayscale: #999999. Windows color (decimal): -33260 or 1343231. OLE color: 1343231.

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

Color convert

RGB25512620-
CMYK00.510.920
HSL27.06º100%53.92%-
HSV(B)27.06º92.16%100%-
XYZ48.8336.235.08-
YUV152.4953.24201.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.59%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 20 (8.20% from 255) = 4.99%
R=63.59%
G=31.42%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551262000.510.92027.0610053.92
HexFF7E140335C01b6436
Octal3771762406313403314466
Binary11111111111111010100011001110111000110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E14; }

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

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

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

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

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

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

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

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