#FA8513

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

Shades of Pumpkin #FA8513

Tints of Pumpkin #FA8513

Color information

#FA8513 (or 0xFA8513) is unknown color: approx Pumpkin. HEX triplet: FA, 85 and 13. RGB value is (250,133,19). Sum of RGB (Red+Green+Blue) = 250+133+19=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8513 is #057AEC. Grayscale: #9B9B9B. Windows color (decimal): -359149 or 1279482. OLE color: 1279482.

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

Color convert

RGB25013319-
CMYK00.470.920.02
HSL29.61º95.85%52.75%-
HSV(B)29.61º92.4%98.04%-
XYZ47.9337.155.26-
YUV154.9951.26195.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.19%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 19 (7.81% from 255) = 4.73%
R=62.19%
G=33.08%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501331900.470.920.0229.6195.8552.75
HexFA851302F5C21e6035
Octal3722052305713423614065
Binary1111101010000101100110101111101110010111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8513; }

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

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

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

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

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

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

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

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