#FA7C19

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

Shades of Pumpkin #FA7C19

Tints of Pumpkin #FA7C19

Color information

#FA7C19 (or 0xFA7C19) is unknown color: approx Pumpkin. HEX triplet: FA, 7C and 19. RGB value is (250,124,25). Sum of RGB (Red+Green+Blue) = 250+124+25=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7C19 is #0583E6. Grayscale: #969696. Windows color (decimal): -361447 or 1670394. OLE color: 1670394.

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

Color convert

RGB25012425-
CMYK00.500.90.02
HSL26.4º95.74%53.92%-
HSV(B)26.4º90%98.04%-
XYZ46.8134.815.17-
YUV150.3957.24199.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.66%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 25 (10.16% from 255) = 6.27%
R=62.66%
G=31.08%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.9
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501242500.500.90.0226.495.7453.92
HexFA7C190325A21a6036
Octal3721743106213223214066
Binary111110101111100110010110010101101010110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7C19; }

 p { color: rgb(250,124,25); }

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

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

 a { background-color: rgb(250,124,25); }

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

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

 span { border-color: rgb(250,124,25); }

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