Shades of Pumpkin #FA8515
Tints of Pumpkin #FA8515
RGB
CMYK
RGB Variations
Color information
#FA8515 (or 0xFA8515) is known color: Pumpkin. HEX triplet: FA, 85 and 15. RGB value is (250,133,21). Sum of RGB (Red+Green+Blue) = 250+133+21=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8515 is #057AEA. Grayscale: #9B9B9B. Windows color (decimal): -359147 or 1410554. OLE color: 1410554.
HSL color Cylindrical-coordinate representation of color #FA8515: hue angle of 29.34º 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 #FA8515 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 21 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.02 |
| HSL | 29.34º | 0.96% | 0.53% | - |
| HSV(B) | 29.34º | 0.92% | 0.98% | - |
| XYZ | 47.95 | 37.15 | 5.35 | - |
| YUV | 155.22 | 52.26 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 21 | 0 | 0.47 | 0.92 | 0.02 | 29.34 | 0.96 | 0.53 |
| Hex | FA | 85 | 15 | 0 | 2F | 5C | 2 | 1D | 60 | 35 |
| Octal | 372 | 205 | 25 | 0 | 57 | 134 | 2 | 35 | 140 | 65 |
| Binary | 11111010 | 10000101 | 10101 | 0 | 101111 | 1011100 | 10 | 11101 | 1100000 | 110101 |
Color Harmonies of #FA8515
Complementary color
Monochromatic Colors of #FA8515
Black with #FA8515
Text Example
Text Example
White with #FA8515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8515; }
p { color: rgb(250,133,21); }
H1.HeaderClassName
{
color: #FA8515;
}
.AnyTagClassName
{
color: #FA8515;
}
</style>
background-color css
<style>
a { background-color: #FA8515; }
a { background-color: rgb(250,133,21); }
div.DivClassName
{
background-color: #FA8515;
}
.BgClassName
{
background-color: #FA8515;
}
</style>
border-color css
<style>
span { border-color: #FA8515; }
span { border-color: rgb(250,133,21); }
td.TdClassName
{
border-color: #FA8515;
}
.TagClassName
{
border-color: #FA8515;
}
</style>