Shades of Pumpkin #FA7619
Tints of Pumpkin #FA7619
RGB
CMYK
RGB Variations
Color information
#FA7619 (or 0xFA7619) is known color: Pumpkin. HEX triplet: FA, 76 and 19. RGB value is (250,118,25). Sum of RGB (Red+Green+Blue) = 250+118+25=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7619 is #0589E6. Grayscale: #939393. Windows color (decimal): -362983 or 1668858. OLE color: 1668858.
HSL color Cylindrical-coordinate representation of color #FA7619: hue angle of 24.8º 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 #FA7619 is Cyan = 0, Magento = 0.53, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 25 | - |
| CMYK | 0 | 0.53 | 0.9 | 0.02 |
| HSL | 24.8º | 0.96% | 0.54% | - |
| HSV(B) | 24.8º | 0.9% | 0.98% | - |
| XYZ | 46.08 | 33.35 | 4.93 | - |
| YUV | 146.87 | 59.23 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 25 | 0 | 0.53 | 0.9 | 0.02 | 24.8 | 0.96 | 0.54 |
| Hex | FA | 76 | 19 | 0 | 35 | 5A | 2 | 19 | 60 | 36 |
| Octal | 372 | 166 | 31 | 0 | 65 | 132 | 2 | 31 | 140 | 66 |
| Binary | 11111010 | 1110110 | 11001 | 0 | 110101 | 1011010 | 10 | 11001 | 1100000 | 110110 |
Color Harmonies of #FA7619
Complementary color
Monochromatic Colors of #FA7619
Black with #FA7619
Text Example
Text Example
White with #FA7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7619; }
p { color: rgb(250,118,25); }
H1.HeaderClassName
{
color: #FA7619;
}
.AnyTagClassName
{
color: #FA7619;
}
</style>
background-color css
<style>
a { background-color: #FA7619; }
a { background-color: rgb(250,118,25); }
div.DivClassName
{
background-color: #FA7619;
}
.BgClassName
{
background-color: #FA7619;
}
</style>
border-color css
<style>
span { border-color: #FA7619; }
span { border-color: rgb(250,118,25); }
td.TdClassName
{
border-color: #FA7619;
}
.TagClassName
{
border-color: #FA7619;
}
</style>