Shades of Pumpkin #FF8613
Tints of Pumpkin #FF8613
RGB
CMYK
RGB Variations
Color information
#FF8613 (or 0xFF8613) is known color: Pumpkin. HEX triplet: FF, 86 and 13. RGB value is (255,134,19). Sum of RGB (Red+Green+Blue) = 255+134+19=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8613 is #0079EC. Grayscale: #9D9D9D. Windows color (decimal): -31213 or 1279743. OLE color: 1279743.
HSL color Cylindrical-coordinate representation of color #FF8613: hue angle of 29.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8613 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 19 | - |
| CMYK | 0 | 0.47 | 0.93 | 0 |
| HSL | 29.24º | 1% | 0.54% | - |
| HSV(B) | 29.24º | 0.93% | 1% | - |
| XYZ | 49.88 | 38.36 | 5.39 | - |
| YUV | 157.07 | 50.09 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 19 | 0 | 0.47 | 0.93 | 0 | 29.24 | 1 | 0.54 |
| Hex | FF | 86 | 13 | 0 | 2F | 5D | 0 | 1D | 64 | 36 |
| Octal | 377 | 206 | 23 | 0 | 57 | 135 | 0 | 35 | 144 | 66 |
| Binary | 11111111 | 10000110 | 10011 | 0 | 101111 | 1011101 | 0 | 11101 | 1100100 | 110110 |
Color Harmonies of #FF8613
Complementary color
Monochromatic Colors of #FF8613
Black with #FF8613
Text Example
Text Example
White with #FF8613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8613; }
p { color: rgb(255,134,19); }
H1.HeaderClassName
{
color: #FF8613;
}
.AnyTagClassName
{
color: #FF8613;
}
</style>
background-color css
<style>
a { background-color: #FF8613; }
a { background-color: rgb(255,134,19); }
div.DivClassName
{
background-color: #FF8613;
}
.BgClassName
{
background-color: #FF8613;
}
</style>
border-color css
<style>
span { border-color: #FF8613; }
span { border-color: rgb(255,134,19); }
td.TdClassName
{
border-color: #FF8613;
}
.TagClassName
{
border-color: #FF8613;
}
</style>