#FA730F

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

Shades of Pumpkin #FA730F

Tints of Pumpkin #FA730F

Color information

#FA730F (or 0xFA730F) is unknown color: approx Pumpkin. HEX triplet: FA, 73 and 0F. RGB value is (250,115,15). Sum of RGB (Red+Green+Blue) = 250+115+15=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA730F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA730F is #058CF0. Grayscale: #909090. Windows color (decimal): -363761 or 1012730. OLE color: 1012730.

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

Color convert

RGB25011515-
CMYK00.540.940.02
HSL25.53º95.92%51.96%-
HSV(B)25.53º94%98.04%-
XYZ45.6432.624.34-
YUV143.9655.23203.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 65.79%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 15 (6.25% from 255) = 3.95%
R=65.79%
G=30.26%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501151500.540.940.0225.5395.9251.96
HexFA73F0365E21a6034
Octal3721631706613623214064
Binary11111010111001111110110110101111010110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA730F; }

 p { color: rgb(250,115,15); }

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

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

 a { background-color: rgb(250,115,15); }

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

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

 span { border-color: rgb(250,115,15); }

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