#F76820

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

Shades of Pumpkin #F76820

Tints of Pumpkin #F76820

Color information

#F76820 (or 0xF76820) is unknown color: approx Pumpkin. HEX triplet: F7, 68 and 20. RGB value is (247,104,32). Sum of RGB (Red+Green+Blue) = 247+104+32=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F76820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76820 is #0897DF. Grayscale: #8A8A8A. Windows color (decimal): -563168 or 2124023. OLE color: 2124023.

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

Color convert

RGB24710432-
CMYK00.580.870.03
HSL20.09º93.07%54.71%-
HSV(B)20.09º87.04%96.86%-
XYZ43.5729.784.82-
YUV138.5567.88205.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 64.49%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 32 (12.89% from 255) = 8.36%
R=64.49%
G=27.15%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471043200.580.870.0320.0993.0754.71
HexF7682003A573145d37
Octal3671504007212732413567
Binary1111011111010001000000111010101011111101001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76820; }

 p { color: rgb(247,104,32); }

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

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

 a { background-color: rgb(247,104,32); }

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

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

 span { border-color: rgb(247,104,32); }

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