Shades of Pumpkin #FA8518
Tints of Pumpkin #FA8518
RGB
CMYK
RGB Variations
Color information
#FA8518 (or 0xFA8518) is known color: Pumpkin. HEX triplet: FA, 85 and 18. RGB value is (250,133,24). Sum of RGB (Red+Green+Blue) = 250+133+24=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8518 is #057AE7. Grayscale: #9C9C9C. Windows color (decimal): -359144 or 1607162. OLE color: 1607162.
HSL color Cylindrical-coordinate representation of color #FA8518: hue angle of 28.94º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA8518 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 24 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.02 |
| HSL | 28.94º | 0.96% | 0.54% | - |
| HSV(B) | 28.94º | 0.9% | 0.98% | - |
| XYZ | 47.98 | 37.17 | 5.51 | - |
| YUV | 155.56 | 53.76 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 24 | 0 | 0.47 | 0.90 | 0.02 | 28.94 | 0.96 | 0.54 |
| Hex | FA | 85 | 18 | 0 | 2F | 5A | 2 | 1D | 60 | 36 |
| Octal | 372 | 205 | 30 | 0 | 57 | 132 | 2 | 35 | 140 | 66 |
| Binary | 11111010 | 10000101 | 11000 | 0 | 101111 | 1011010 | 10 | 11101 | 1100000 | 110110 |
Color Harmonies of #FA8518
Complementary color
Monochromatic Colors of #FA8518
Black with #FA8518
Text Example
Text Example
White with #FA8518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8518; }
p { color: rgb(250,133,24); }
H1.HeaderClassName
{
color: #FA8518;
}
.AnyTagClassName
{
color: #FA8518;
}
</style>
background-color css
<style>
a { background-color: #FA8518; }
a { background-color: rgb(250,133,24); }
div.DivClassName
{
background-color: #FA8518;
}
.BgClassName
{
background-color: #FA8518;
}
</style>
border-color css
<style>
span { border-color: #FA8518; }
span { border-color: rgb(250,133,24); }
td.TdClassName
{
border-color: #FA8518;
}
.TagClassName
{
border-color: #FA8518;
}
</style>