Shades of Pumpkin #FF8427
Tints of Pumpkin #FF8427
RGB
CMYK
RGB Variations
Color information
#FF8427 (or 0xFF8427) is known color: Pumpkin. HEX triplet: FF, 84 and 27. RGB value is (255,132,39). Sum of RGB (Red+Green+Blue) = 255+132+39=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8427 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8427 is #007BD8. Grayscale: #9E9E9E. Windows color (decimal): -31705 or 2589951. OLE color: 2589951.
HSL color Cylindrical-coordinate representation of color #FF8427: hue angle of 25.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF8427 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 39 | - |
| CMYK | 0 | 0.48 | 0.85 | 0 |
| HSL | 25.83º | 1% | 0.58% | - |
| HSV(B) | 25.83º | 0.85% | 1% | - |
| XYZ | 49.86 | 37.91 | 6.61 | - |
| YUV | 158.18 | 60.75 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 39 | 0 | 0.48 | 0.85 | 0 | 25.83 | 1 | 0.58 |
| Hex | FF | 84 | 27 | 0 | 30 | 55 | 0 | 1A | 64 | 3A |
| Octal | 377 | 204 | 47 | 0 | 60 | 125 | 0 | 32 | 144 | 72 |
| Binary | 11111111 | 10000100 | 100111 | 0 | 110000 | 1010101 | 0 | 11010 | 1100100 | 111010 |
Color Harmonies of #FF8427
Complementary color
Monochromatic Colors of #FF8427
Black with #FF8427
Text Example
Text Example
White with #FF8427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8427; }
p { color: rgb(255,132,39); }
H1.HeaderClassName
{
color: #FF8427;
}
.AnyTagClassName
{
color: #FF8427;
}
</style>
background-color css
<style>
a { background-color: #FF8427; }
a { background-color: rgb(255,132,39); }
div.DivClassName
{
background-color: #FF8427;
}
.BgClassName
{
background-color: #FF8427;
}
</style>
border-color css
<style>
span { border-color: #FF8427; }
span { border-color: rgb(255,132,39); }
td.TdClassName
{
border-color: #FF8427;
}
.TagClassName
{
border-color: #FF8427;
}
</style>