#FA7225

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

Shades of Pumpkin #FA7225

Tints of Pumpkin #FA7225

Color information

#FA7225 (or 0xFA7225) is unknown color: approx Pumpkin. HEX triplet: FA, 72 and 25. RGB value is (250,114,37). Sum of RGB (Red+Green+Blue) = 250+114+37=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7225 is #058DDA. Grayscale: #929292. Windows color (decimal): -363995 or 2454266. OLE color: 2454266.

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

Color convert

RGB25011437-
CMYK00.540.850.02
HSL21.69º95.52%56.27%-
HSV(B)21.69º85.2%98.04%-
XYZ45.7832.495.61-
YUV145.8966.56202.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.34%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 37 (14.84% from 255) = 9.23%
R=62.34%
G=28.43%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501143700.540.850.0221.6995.5256.27
HexFA7225036552166038
Octal3721624506612522614070
Binary1111101011100101001010110110101010110101101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7225; }

 p { color: rgb(250,114,37); }

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

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

 a { background-color: rgb(250,114,37); }

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

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

 span { border-color: rgb(250,114,37); }

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