Shades of Pumpkin #FA7319
Tints of Pumpkin #FA7319
RGB
CMYK
RGB Variations
Color information
#FA7319 (or 0xFA7319) is known color: Pumpkin. HEX triplet: FA, 73 and 19. RGB value is (250,115,25). Sum of RGB (Red+Green+Blue) = 250+115+25=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7319 is #058CE6. Grayscale: #919191. Windows color (decimal): -363751 or 1668090. OLE color: 1668090.
HSL color Cylindrical-coordinate representation of color #FA7319: hue angle of 24º 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 #FA7319 is Cyan = 0, Magento = 0.54, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 25 | - |
| CMYK | 0 | 0.54 | 0.9 | 0.02 |
| HSL | 24º | 0.96% | 0.54% | - |
| HSV(B) | 24º | 0.9% | 0.98% | - |
| XYZ | 45.73 | 32.66 | 4.81 | - |
| YUV | 145.11 | 60.23 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 25 | 0 | 0.54 | 0.9 | 0.02 | 24 | 0.96 | 0.54 |
| Hex | FA | 73 | 19 | 0 | 36 | 5A | 2 | 18 | 60 | 36 |
| Octal | 372 | 163 | 31 | 0 | 66 | 132 | 2 | 30 | 140 | 66 |
| Binary | 11111010 | 1110011 | 11001 | 0 | 110110 | 1011010 | 10 | 11000 | 1100000 | 110110 |
Color Harmonies of #FA7319
Complementary color
Monochromatic Colors of #FA7319
Black with #FA7319
Text Example
Text Example
White with #FA7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7319; }
p { color: rgb(250,115,25); }
H1.HeaderClassName
{
color: #FA7319;
}
.AnyTagClassName
{
color: #FA7319;
}
</style>
background-color css
<style>
a { background-color: #FA7319; }
a { background-color: rgb(250,115,25); }
div.DivClassName
{
background-color: #FA7319;
}
.BgClassName
{
background-color: #FA7319;
}
</style>
border-color css
<style>
span { border-color: #FA7319; }
span { border-color: rgb(250,115,25); }
td.TdClassName
{
border-color: #FA7319;
}
.TagClassName
{
border-color: #FA7319;
}
</style>