Shades of Pumpkin #FA7113
Tints of Pumpkin #FA7113
RGB
CMYK
RGB Variations
Color information
#FA7113 (or 0xFA7113) is known color: Pumpkin. HEX triplet: FA, 71 and 13. RGB value is (250,113,19). Sum of RGB (Red+Green+Blue) = 250+113+19=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7113 is #058EEC. Grayscale: #8F8F8F. Windows color (decimal): -364269 or 1274362. OLE color: 1274362.
HSL color Cylindrical-coordinate representation of color #FA7113: hue angle of 24.42º 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 #FA7113 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 19 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.02 |
| HSL | 24.42º | 0.96% | 0.53% | - |
| HSV(B) | 24.42º | 0.92% | 0.98% | - |
| XYZ | 45.45 | 32.18 | 4.43 | - |
| YUV | 143.25 | 57.89 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 19 | 0 | 0.55 | 0.92 | 0.02 | 24.42 | 0.96 | 0.53 |
| Hex | FA | 71 | 13 | 0 | 37 | 5C | 2 | 18 | 60 | 35 |
| Octal | 372 | 161 | 23 | 0 | 67 | 134 | 2 | 30 | 140 | 65 |
| Binary | 11111010 | 1110001 | 10011 | 0 | 110111 | 1011100 | 10 | 11000 | 1100000 | 110101 |
Color Harmonies of #FA7113
Complementary color
Monochromatic Colors of #FA7113
Black with #FA7113
Text Example
Text Example
White with #FA7113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7113; }
p { color: rgb(250,113,19); }
H1.HeaderClassName
{
color: #FA7113;
}
.AnyTagClassName
{
color: #FA7113;
}
</style>
background-color css
<style>
a { background-color: #FA7113; }
a { background-color: rgb(250,113,19); }
div.DivClassName
{
background-color: #FA7113;
}
.BgClassName
{
background-color: #FA7113;
}
</style>
border-color css
<style>
span { border-color: #FA7113; }
span { border-color: rgb(250,113,19); }
td.TdClassName
{
border-color: #FA7113;
}
.TagClassName
{
border-color: #FA7113;
}
</style>