Shades of Pumpkin #FF8814
Tints of Pumpkin #FF8814
RGB
CMYK
RGB Variations
Color information
#FF8814 (or 0xFF8814) is known color: Pumpkin. HEX triplet: FF, 88 and 14. RGB value is (255,136,20). Sum of RGB (Red+Green+Blue) = 255+136+20=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8814 is #0077EB. Grayscale: #9E9E9E. Windows color (decimal): -30700 or 1345791. OLE color: 1345791.
HSL color Cylindrical-coordinate representation of color #FF8814: hue angle of 29.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF8814 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 20 | - |
| CMYK | 0 | 0.47 | 0.92 | 0 |
| HSL | 29.62º | 1% | 0.54% | - |
| HSV(B) | 29.62º | 0.92% | 1% | - |
| XYZ | 50.17 | 38.92 | 5.53 | - |
| YUV | 158.36 | 49.92 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 20 | 0 | 0.47 | 0.92 | 0 | 29.62 | 1 | 0.54 |
| Hex | FF | 88 | 14 | 0 | 2F | 5C | 0 | 1E | 64 | 36 |
| Octal | 377 | 210 | 24 | 0 | 57 | 134 | 0 | 36 | 144 | 66 |
| Binary | 11111111 | 10001000 | 10100 | 0 | 101111 | 1011100 | 0 | 11110 | 1100100 | 110110 |
Color Harmonies of #FF8814
Complementary color
Monochromatic Colors of #FF8814
Black with #FF8814
Text Example
Text Example
White with #FF8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8814; }
p { color: rgb(255,136,20); }
H1.HeaderClassName
{
color: #FF8814;
}
.AnyTagClassName
{
color: #FF8814;
}
</style>
background-color css
<style>
a { background-color: #FF8814; }
a { background-color: rgb(255,136,20); }
div.DivClassName
{
background-color: #FF8814;
}
.BgClassName
{
background-color: #FF8814;
}
</style>
border-color css
<style>
span { border-color: #FF8814; }
span { border-color: rgb(255,136,20); }
td.TdClassName
{
border-color: #FF8814;
}
.TagClassName
{
border-color: #FF8814;
}
</style>