Shades of Pumpkin #FA8616
Tints of Pumpkin #FA8616
RGB
CMYK
RGB Variations
Color information
#FA8616 (or 0xFA8616) is known color: Pumpkin. HEX triplet: FA, 86 and 16. RGB value is (250,134,22). Sum of RGB (Red+Green+Blue) = 250+134+22=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8616 is #0579E9. Grayscale: #9C9C9C. Windows color (decimal): -358890 or 1476346. OLE color: 1476346.
HSL color Cylindrical-coordinate representation of color #FA8616: hue angle of 29.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA8616 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 22 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.02 |
| HSL | 29.47º | 0.96% | 0.53% | - |
| HSV(B) | 29.47º | 0.91% | 0.98% | - |
| XYZ | 48.09 | 37.43 | 5.45 | - |
| YUV | 155.92 | 52.43 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 22 | 0 | 0.46 | 0.91 | 0.02 | 29.47 | 0.96 | 0.53 |
| Hex | FA | 86 | 16 | 0 | 2E | 5B | 2 | 1D | 60 | 35 |
| Octal | 372 | 206 | 26 | 0 | 56 | 133 | 2 | 35 | 140 | 65 |
| Binary | 11111010 | 10000110 | 10110 | 0 | 101110 | 1011011 | 10 | 11101 | 1100000 | 110101 |
Color Harmonies of #FA8616
Complementary color
Monochromatic Colors of #FA8616
Black with #FA8616
Text Example
Text Example
White with #FA8616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8616; }
p { color: rgb(250,134,22); }
H1.HeaderClassName
{
color: #FA8616;
}
.AnyTagClassName
{
color: #FA8616;
}
</style>
background-color css
<style>
a { background-color: #FA8616; }
a { background-color: rgb(250,134,22); }
div.DivClassName
{
background-color: #FA8616;
}
.BgClassName
{
background-color: #FA8616;
}
</style>
border-color css
<style>
span { border-color: #FA8616; }
span { border-color: rgb(250,134,22); }
td.TdClassName
{
border-color: #FA8616;
}
.TagClassName
{
border-color: #FA8616;
}
</style>