#FF7414

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

Shades of Pumpkin #FF7414

Tints of Pumpkin #FF7414

Color information

#FF7414 (or 0xFF7414) is unknown color: approx Pumpkin. HEX triplet: FF, 74 and 14. RGB value is (255,116,20). Sum of RGB (Red+Green+Blue) = 255+116+20=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7414 is #008BEB. Grayscale: #939393. Windows color (decimal): -35820 or 1340671. OLE color: 1340671.

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

Color convert

RGB25511620-
CMYK00.550.920
HSL24.51º100%53.92%-
HSV(B)24.51º92.16%100%-
XYZ47.6133.84.68-
YUV146.6256.55205.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.22%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 20 (8.20% from 255) = 5.12%
R=65.22%
G=29.67%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551162000.550.92024.5110053.92
HexFF74140375C0196436
Octal3771642406713403114466
Binary11111111111010010100011011110111000110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7414; }

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

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

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

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

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

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

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

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