Shades of Pumpkin #FA7313
Tints of Pumpkin #FA7313
RGB
CMYK
RGB Variations
Color information
#FA7313 (or 0xFA7313) is known color: Pumpkin. HEX triplet: FA, 73 and 13. RGB value is (250,115,19). Sum of RGB (Red+Green+Blue) = 250+115+19=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7313 is #058CEC. Grayscale: #909090. Windows color (decimal): -363757 or 1274874. OLE color: 1274874.
HSL color Cylindrical-coordinate representation of color #FA7313: hue angle of 24.94º 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 #FA7313 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 19 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.02 |
| HSL | 24.94º | 0.96% | 0.53% | - |
| HSV(B) | 24.94º | 0.92% | 0.98% | - |
| XYZ | 45.67 | 32.63 | 4.51 | - |
| YUV | 144.42 | 57.23 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 19 | 0 | 0.54 | 0.92 | 0.02 | 24.94 | 0.96 | 0.53 |
| Hex | FA | 73 | 13 | 0 | 36 | 5C | 2 | 19 | 60 | 35 |
| Octal | 372 | 163 | 23 | 0 | 66 | 134 | 2 | 31 | 140 | 65 |
| Binary | 11111010 | 1110011 | 10011 | 0 | 110110 | 1011100 | 10 | 11001 | 1100000 | 110101 |
Color Harmonies of #FA7313
Complementary color
Monochromatic Colors of #FA7313
Black with #FA7313
Text Example
Text Example
White with #FA7313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7313; }
p { color: rgb(250,115,19); }
H1.HeaderClassName
{
color: #FA7313;
}
.AnyTagClassName
{
color: #FA7313;
}
</style>
background-color css
<style>
a { background-color: #FA7313; }
a { background-color: rgb(250,115,19); }
div.DivClassName
{
background-color: #FA7313;
}
.BgClassName
{
background-color: #FA7313;
}
</style>
border-color css
<style>
span { border-color: #FA7313; }
span { border-color: rgb(250,115,19); }
td.TdClassName
{
border-color: #FA7313;
}
.TagClassName
{
border-color: #FA7313;
}
</style>