Shades of Pumpkin #FF8713
Tints of Pumpkin #FF8713
RGB
CMYK
RGB Variations
Color information
#FF8713 (or 0xFF8713) is known color: Pumpkin. HEX triplet: FF, 87 and 13. RGB value is (255,135,19). Sum of RGB (Red+Green+Blue) = 255+135+19=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8713 is #0078EC. Grayscale: #9E9E9E. Windows color (decimal): -30957 or 1279999. OLE color: 1279999.
HSL color Cylindrical-coordinate representation of color #FF8713: hue angle of 29.49º 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 #FF8713 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 19 | - |
| CMYK | 0 | 0.47 | 0.93 | 0 |
| HSL | 29.49º | 1% | 0.54% | - |
| HSV(B) | 29.49º | 0.93% | 1% | - |
| XYZ | 50.02 | 38.63 | 5.44 | - |
| YUV | 157.66 | 49.76 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 19 | 0 | 0.47 | 0.93 | 0 | 29.49 | 1 | 0.54 |
| Hex | FF | 87 | 13 | 0 | 2F | 5D | 0 | 1D | 64 | 36 |
| Octal | 377 | 207 | 23 | 0 | 57 | 135 | 0 | 35 | 144 | 66 |
| Binary | 11111111 | 10000111 | 10011 | 0 | 101111 | 1011101 | 0 | 11101 | 1100100 | 110110 |
Color Harmonies of #FF8713
Complementary color
Monochromatic Colors of #FF8713
Black with #FF8713
Text Example
Text Example
White with #FF8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8713; }
p { color: rgb(255,135,19); }
H1.HeaderClassName
{
color: #FF8713;
}
.AnyTagClassName
{
color: #FF8713;
}
</style>
background-color css
<style>
a { background-color: #FF8713; }
a { background-color: rgb(255,135,19); }
div.DivClassName
{
background-color: #FF8713;
}
.BgClassName
{
background-color: #FF8713;
}
</style>
border-color css
<style>
span { border-color: #FF8713; }
span { border-color: rgb(255,135,19); }
td.TdClassName
{
border-color: #FF8713;
}
.TagClassName
{
border-color: #FF8713;
}
</style>