Shades of Pumpkin #FA6313
Tints of Pumpkin #FA6313
RGB
CMYK
RGB Variations
Color information
#FA6313 (or 0xFA6313) is known color: Pumpkin. HEX triplet: FA, 63 and 13. RGB value is (250,99,19). Sum of RGB (Red+Green+Blue) = 250+99+19=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6313 is #059CEC. Grayscale: #878787. Windows color (decimal): -367853 or 1270778. OLE color: 1270778.
HSL color Cylindrical-coordinate representation of color #FA6313: hue angle of 20.78º 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 #FA6313 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 19 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.02 |
| HSL | 20.78º | 0.96% | 0.53% | - |
| HSV(B) | 20.78º | 0.92% | 0.98% | - |
| XYZ | 44 | 29.29 | 3.95 | - |
| YUV | 135.03 | 62.53 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 19 | 0 | 0.60 | 0.92 | 0.02 | 20.78 | 0.96 | 0.53 |
| Hex | FA | 63 | 13 | 0 | 3C | 5C | 2 | 15 | 60 | 35 |
| Octal | 372 | 143 | 23 | 0 | 74 | 134 | 2 | 25 | 140 | 65 |
| Binary | 11111010 | 1100011 | 10011 | 0 | 111100 | 1011100 | 10 | 10101 | 1100000 | 110101 |
Color Harmonies of #FA6313
Complementary color
Monochromatic Colors of #FA6313
Black with #FA6313
Text Example
Text Example
White with #FA6313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6313; }
p { color: rgb(250,99,19); }
H1.HeaderClassName
{
color: #FA6313;
}
.AnyTagClassName
{
color: #FA6313;
}
</style>
background-color css
<style>
a { background-color: #FA6313; }
a { background-color: rgb(250,99,19); }
div.DivClassName
{
background-color: #FA6313;
}
.BgClassName
{
background-color: #FA6313;
}
</style>
border-color css
<style>
span { border-color: #FA6313; }
span { border-color: rgb(250,99,19); }
td.TdClassName
{
border-color: #FA6313;
}
.TagClassName
{
border-color: #FA6313;
}
</style>