Shades of Pumpkin #FA8512
Tints of Pumpkin #FA8512
RGB
CMYK
RGB Variations
Color information
#FA8512 (or 0xFA8512) is known color: Pumpkin. HEX triplet: FA, 85 and 12. RGB value is (250,133,18). Sum of RGB (Red+Green+Blue) = 250+133+18=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8512 is #057AED. Grayscale: #9B9B9B. Windows color (decimal): -359150 or 1213946. OLE color: 1213946.
HSL color Cylindrical-coordinate representation of color #FA8512: hue angle of 29.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA8512 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 18 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.02 |
| HSL | 29.74º | 0.96% | 0.53% | - |
| HSV(B) | 29.74º | 0.93% | 0.98% | - |
| XYZ | 47.92 | 37.14 | 5.22 | - |
| YUV | 154.87 | 50.76 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 18 | 0 | 0.47 | 0.93 | 0.02 | 29.74 | 0.96 | 0.53 |
| Hex | FA | 85 | 12 | 0 | 2F | 5D | 2 | 1E | 60 | 35 |
| Octal | 372 | 205 | 22 | 0 | 57 | 135 | 2 | 36 | 140 | 65 |
| Binary | 11111010 | 10000101 | 10010 | 0 | 101111 | 1011101 | 10 | 11110 | 1100000 | 110101 |
Color Harmonies of #FA8512
Complementary color
Monochromatic Colors of #FA8512
Black with #FA8512
Text Example
Text Example
White with #FA8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8512; }
p { color: rgb(250,133,18); }
H1.HeaderClassName
{
color: #FA8512;
}
.AnyTagClassName
{
color: #FA8512;
}
</style>
background-color css
<style>
a { background-color: #FA8512; }
a { background-color: rgb(250,133,18); }
div.DivClassName
{
background-color: #FA8512;
}
.BgClassName
{
background-color: #FA8512;
}
</style>
border-color css
<style>
span { border-color: #FA8512; }
span { border-color: rgb(250,133,18); }
td.TdClassName
{
border-color: #FA8512;
}
.TagClassName
{
border-color: #FA8512;
}
</style>