Shades of Pumpkin #FA8326
Tints of Pumpkin #FA8326
RGB
CMYK
RGB Variations
Color information
#FA8326 (or 0xFA8326) is known color: Pumpkin. HEX triplet: FA, 83 and 26. RGB value is (250,131,38). Sum of RGB (Red+Green+Blue) = 250+131+38=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8326 is #057CD9. Grayscale: #9C9C9C. Windows color (decimal): -359642 or 2524154. OLE color: 2524154.
HSL color Cylindrical-coordinate representation of color #FA8326: hue angle of 26.32º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA8326 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 38 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.02 |
| HSL | 26.32º | 0.95% | 0.56% | - |
| HSV(B) | 26.32º | 0.85% | 0.98% | - |
| XYZ | 47.89 | 36.7 | 6.39 | - |
| YUV | 155.98 | 61.42 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 38 | 0 | 0.48 | 0.85 | 0.02 | 26.32 | 0.95 | 0.56 |
| Hex | FA | 83 | 26 | 0 | 30 | 55 | 2 | 1A | 5F | 38 |
| Octal | 372 | 203 | 46 | 0 | 60 | 125 | 2 | 32 | 137 | 70 |
| Binary | 11111010 | 10000011 | 100110 | 0 | 110000 | 1010101 | 10 | 11010 | 1011111 | 111000 |
Color Harmonies of #FA8326
Complementary color
Monochromatic Colors of #FA8326
Black with #FA8326
Text Example
Text Example
White with #FA8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8326; }
p { color: rgb(250,131,38); }
H1.HeaderClassName
{
color: #FA8326;
}
.AnyTagClassName
{
color: #FA8326;
}
</style>
background-color css
<style>
a { background-color: #FA8326; }
a { background-color: rgb(250,131,38); }
div.DivClassName
{
background-color: #FA8326;
}
.BgClassName
{
background-color: #FA8326;
}
</style>
border-color css
<style>
span { border-color: #FA8326; }
span { border-color: rgb(250,131,38); }
td.TdClassName
{
border-color: #FA8326;
}
.TagClassName
{
border-color: #FA8326;
}
</style>