Shades of Pumpkin #FA6519
Tints of Pumpkin #FA6519
RGB
CMYK
RGB Variations
Color information
#FA6519 (or 0xFA6519) is known color: Pumpkin. HEX triplet: FA, 65 and 19. RGB value is (250,101,25). Sum of RGB (Red+Green+Blue) = 250+101+25=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6519 is #059AE6. Grayscale: #898989. Windows color (decimal): -367335 or 1664506. OLE color: 1664506.
HSL color Cylindrical-coordinate representation of color #FA6519: hue angle of 20.27º 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 #FA6519 is Cyan = 0, Magento = 0.60, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 25 | - |
| CMYK | 0 | 0.60 | 0.9 | 0.02 |
| HSL | 20.27º | 0.96% | 0.54% | - |
| HSV(B) | 20.27º | 0.9% | 0.98% | - |
| XYZ | 44.25 | 29.7 | 4.32 | - |
| YUV | 136.89 | 64.86 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 25 | 0 | 0.60 | 0.9 | 0.02 | 20.27 | 0.96 | 0.54 |
| Hex | FA | 65 | 19 | 0 | 3C | 5A | 2 | 14 | 60 | 36 |
| Octal | 372 | 145 | 31 | 0 | 74 | 132 | 2 | 24 | 140 | 66 |
| Binary | 11111010 | 1100101 | 11001 | 0 | 111100 | 1011010 | 10 | 10100 | 1100000 | 110110 |
Color Harmonies of #FA6519
Complementary color
Monochromatic Colors of #FA6519
Black with #FA6519
Text Example
Text Example
White with #FA6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6519; }
p { color: rgb(250,101,25); }
H1.HeaderClassName
{
color: #FA6519;
}
.AnyTagClassName
{
color: #FA6519;
}
</style>
background-color css
<style>
a { background-color: #FA6519; }
a { background-color: rgb(250,101,25); }
div.DivClassName
{
background-color: #FA6519;
}
.BgClassName
{
background-color: #FA6519;
}
</style>
border-color css
<style>
span { border-color: #FA6519; }
span { border-color: rgb(250,101,25); }
td.TdClassName
{
border-color: #FA6519;
}
.TagClassName
{
border-color: #FA6519;
}
</style>