Shades of Pumpkin #FA6513
Tints of Pumpkin #FA6513
RGB
CMYK
RGB Variations
Color information
#FA6513 (or 0xFA6513) is known color: Pumpkin. HEX triplet: FA, 65 and 13. RGB value is (250,101,19). Sum of RGB (Red+Green+Blue) = 250+101+19=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6513 is #059AEC. Grayscale: #888888. Windows color (decimal): -367341 or 1271290. OLE color: 1271290.
HSL color Cylindrical-coordinate representation of color #FA6513: hue angle of 21.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA6513 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.02 |
| HSL | 21.3º | 0.96% | 0.53% | - |
| HSV(B) | 21.3º | 0.92% | 0.98% | - |
| XYZ | 44.2 | 29.68 | 4.02 | - |
| YUV | 136.2 | 61.86 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 19 | 0 | 0.60 | 0.92 | 0.02 | 21.3 | 0.96 | 0.53 |
| Hex | FA | 65 | 13 | 0 | 3C | 5C | 2 | 15 | 60 | 35 |
| Octal | 372 | 145 | 23 | 0 | 74 | 134 | 2 | 25 | 140 | 65 |
| Binary | 11111010 | 1100101 | 10011 | 0 | 111100 | 1011100 | 10 | 10101 | 1100000 | 110101 |
Color Harmonies of #FA6513
Complementary color
Monochromatic Colors of #FA6513
Black with #FA6513
Text Example
Text Example
White with #FA6513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6513; }
p { color: rgb(250,101,19); }
H1.HeaderClassName
{
color: #FA6513;
}
.AnyTagClassName
{
color: #FA6513;
}
</style>
background-color css
<style>
a { background-color: #FA6513; }
a { background-color: rgb(250,101,19); }
div.DivClassName
{
background-color: #FA6513;
}
.BgClassName
{
background-color: #FA6513;
}
</style>
border-color css
<style>
span { border-color: #FA6513; }
span { border-color: rgb(250,101,19); }
td.TdClassName
{
border-color: #FA6513;
}
.TagClassName
{
border-color: #FA6513;
}
</style>