Shades of Pumpkin #FA7519
Tints of Pumpkin #FA7519
RGB
CMYK
RGB Variations
Color information
#FA7519 (or 0xFA7519) is known color: Pumpkin. HEX triplet: FA, 75 and 19. RGB value is (250,117,25). Sum of RGB (Red+Green+Blue) = 250+117+25=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7519 is #058AE6. Grayscale: #929292. Windows color (decimal): -363239 or 1668602. OLE color: 1668602.
HSL color Cylindrical-coordinate representation of color #FA7519: hue angle of 24.53º 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 #FA7519 is Cyan = 0, Magento = 0.53, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 25 | - |
| CMYK | 0 | 0.53 | 0.9 | 0.02 |
| HSL | 24.53º | 0.96% | 0.54% | - |
| HSV(B) | 24.53º | 0.9% | 0.98% | - |
| XYZ | 45.96 | 33.12 | 4.89 | - |
| YUV | 146.28 | 59.56 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 25 | 0 | 0.53 | 0.9 | 0.02 | 24.53 | 0.96 | 0.54 |
| Hex | FA | 75 | 19 | 0 | 35 | 5A | 2 | 19 | 60 | 36 |
| Octal | 372 | 165 | 31 | 0 | 65 | 132 | 2 | 31 | 140 | 66 |
| Binary | 11111010 | 1110101 | 11001 | 0 | 110101 | 1011010 | 10 | 11001 | 1100000 | 110110 |
Color Harmonies of #FA7519
Complementary color
Monochromatic Colors of #FA7519
Black with #FA7519
Text Example
Text Example
White with #FA7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7519; }
p { color: rgb(250,117,25); }
H1.HeaderClassName
{
color: #FA7519;
}
.AnyTagClassName
{
color: #FA7519;
}
</style>
background-color css
<style>
a { background-color: #FA7519; }
a { background-color: rgb(250,117,25); }
div.DivClassName
{
background-color: #FA7519;
}
.BgClassName
{
background-color: #FA7519;
}
</style>
border-color css
<style>
span { border-color: #FA7519; }
span { border-color: rgb(250,117,25); }
td.TdClassName
{
border-color: #FA7519;
}
.TagClassName
{
border-color: #FA7519;
}
</style>