#FA8315

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

Shades of Pumpkin #FA8315

Tints of Pumpkin #FA8315

Color information

#FA8315 (or 0xFA8315) is unknown color: approx Pumpkin. HEX triplet: FA, 83 and 15. RGB value is (250,131,21). Sum of RGB (Red+Green+Blue) = 250+131+21=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8315 is #057CEA. Grayscale: #9A9A9A. Windows color (decimal): -359659 or 1410042. OLE color: 1410042.

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

Color convert

RGB25013121-
CMYK00.480.920.02
HSL28.82º95.82%53.14%-
HSV(B)28.82º91.6%98.04%-
XYZ47.6836.615.26-
YUV154.0452.92196.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.19%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 21 (8.59% from 255) = 5.22%
R=62.19%
G=32.59%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501312100.480.920.0228.8295.8253.14
HexFA83150305C21d6035
Octal3722032506013423514065
Binary1111101010000011101010110000101110010111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8315; }

 p { color: rgb(250,131,21); }

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

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

 a { background-color: rgb(250,131,21); }

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

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

 span { border-color: rgb(250,131,21); }

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