#FA8613

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

Shades of Pumpkin #FA8613

Tints of Pumpkin #FA8613

Color information

#FA8613 (or 0xFA8613) is unknown color: approx Pumpkin. HEX triplet: FA, 86 and 13. RGB value is (250,134,19). Sum of RGB (Red+Green+Blue) = 250+134+19=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8613 is #0579EC. Grayscale: #9C9C9C. Windows color (decimal): -358893 or 1279738. OLE color: 1279738.

HSL color Cylindrical-coordinate representation of color #FA8613: hue angle of 29.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA8613 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB25013419-
CMYK00.460.920.02
HSL29.87º95.85%52.75%-
HSV(B)29.87º92.4%98.04%-
XYZ48.0737.425.31-
YUV155.5750.93195.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.03%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 19 (7.81% from 255) = 4.71%
R=62.03%
G=33.25%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501341900.460.920.0229.8795.8552.75
HexFA861302E5C21e6035
Octal3722062305613423614065
Binary1111101010000110100110101110101110010111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8613; }

 p { color: rgb(250,134,19); }

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

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

 a { background-color: rgb(250,134,19); }

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

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

 span { border-color: rgb(250,134,19); }

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