Shades of Pumpkin #FA7115
Tints of Pumpkin #FA7115
RGB
CMYK
RGB Variations
Color information
#FA7115 (or 0xFA7115) is known color: Pumpkin. HEX triplet: FA, 71 and 15. RGB value is (250,113,21). Sum of RGB (Red+Green+Blue) = 250+113+21=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7115 is #058EEA. Grayscale: #8F8F8F. Windows color (decimal): -364267 or 1405434. OLE color: 1405434.
HSL color Cylindrical-coordinate representation of color #FA7115: hue angle of 24.1º 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 #FA7115 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 21 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.02 |
| HSL | 24.1º | 0.96% | 0.53% | - |
| HSV(B) | 24.1º | 0.92% | 0.98% | - |
| XYZ | 45.46 | 32.19 | 4.53 | - |
| YUV | 143.48 | 58.89 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 21 | 0 | 0.55 | 0.92 | 0.02 | 24.1 | 0.96 | 0.53 |
| Hex | FA | 71 | 15 | 0 | 37 | 5C | 2 | 18 | 60 | 35 |
| Octal | 372 | 161 | 25 | 0 | 67 | 134 | 2 | 30 | 140 | 65 |
| Binary | 11111010 | 1110001 | 10101 | 0 | 110111 | 1011100 | 10 | 11000 | 1100000 | 110101 |
Color Harmonies of #FA7115
Complementary color
Monochromatic Colors of #FA7115
Black with #FA7115
Text Example
Text Example
White with #FA7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7115; }
p { color: rgb(250,113,21); }
H1.HeaderClassName
{
color: #FA7115;
}
.AnyTagClassName
{
color: #FA7115;
}
</style>
background-color css
<style>
a { background-color: #FA7115; }
a { background-color: rgb(250,113,21); }
div.DivClassName
{
background-color: #FA7115;
}
.BgClassName
{
background-color: #FA7115;
}
</style>
border-color css
<style>
span { border-color: #FA7115; }
span { border-color: rgb(250,113,21); }
td.TdClassName
{
border-color: #FA7115;
}
.TagClassName
{
border-color: #FA7115;
}
</style>