#FF8214

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

Shades of Pumpkin #FF8214

Tints of Pumpkin #FF8214

Color information

#FF8214 (or 0xFF8214) is unknown color: approx Pumpkin. HEX triplet: FF, 82 and 14. RGB value is (255,130,20). Sum of RGB (Red+Green+Blue) = 255+130+20=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8214 is #007DEB. Grayscale: #9B9B9B. Windows color (decimal): -32236 or 1344255. OLE color: 1344255.

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

Color convert

RGB25513020-
CMYK00.490.920
HSL28.09º100%53.92%-
HSV(B)28.09º92.16%100%-
XYZ49.3537.285.26-
YUV154.8451.91199.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 20 (8.20% from 255) = 4.94%
R=62.96%
G=32.10%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551302000.490.92028.0910053.92
HexFF82140315C01c6436
Octal3772022406113403414466
Binary111111111000001010100011000110111000111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8214; }

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

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

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

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

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

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

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

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