#F76414

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

Shades of Pumpkin #F76414

Tints of Pumpkin #F76414

Color information

#F76414 (or 0xF76414) is unknown color: approx Pumpkin. HEX triplet: F7, 64 and 14. RGB value is (247,100,20). Sum of RGB (Red+Green+Blue) = 247+100+20=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F76414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76414 is #089BEB. Grayscale: #878787. Windows color (decimal): -564204 or 1336567. OLE color: 1336567.

HSL color Cylindrical-coordinate representation of color #F76414: hue angle of 21.15º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F76414 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB24710020-
CMYK00.600.920.03
HSL21.15º93.42%52.35%-
HSV(B)21.15º91.9%96.86%-
XYZ43.0428.943.98-
YUV134.8363.2208-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.30%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 20 (8.20% from 255) = 5.45%
R=67.30%
G=27.25%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471002000.600.920.0321.1593.4252.35
HexF7641403C5C3155d34
Octal3671442407413432513564
Binary111101111100100101000111100101110011101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76414; }

 p { color: rgb(247,100,20); }

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

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

 a { background-color: rgb(247,100,20); }

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

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

 span { border-color: rgb(247,100,20); }

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