Shades of Pumpkin #FD8512
Tints of Pumpkin #FD8512
RGB
CMYK
RGB Variations
Color information
#FD8512 (or 0xFD8512) is known color: Pumpkin. HEX triplet: FD, 85 and 12. RGB value is (253,133,18). Sum of RGB (Red+Green+Blue) = 253+133+18=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8512 is #027AED. Grayscale: #9C9C9C. Windows color (decimal): -162542 or 1213949. OLE color: 1213949.
HSL color Cylindrical-coordinate representation of color #FD8512: hue angle of 29.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD8512 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 18 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.01 |
| HSL | 29.36º | 0.98% | 0.53% | - |
| HSV(B) | 29.36º | 0.93% | 0.99% | - |
| XYZ | 49 | 37.7 | 5.27 | - |
| YUV | 155.77 | 50.26 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 18 | 0 | 0.47 | 0.93 | 0.01 | 29.36 | 0.98 | 0.53 |
| Hex | FD | 85 | 12 | 0 | 2F | 5D | 1 | 1D | 62 | 35 |
| Octal | 375 | 205 | 22 | 0 | 57 | 135 | 1 | 35 | 142 | 65 |
| Binary | 11111101 | 10000101 | 10010 | 0 | 101111 | 1011101 | 1 | 11101 | 1100010 | 110101 |
Color Harmonies of #FD8512
Complementary color
Monochromatic Colors of #FD8512
Black with #FD8512
Text Example
Text Example
White with #FD8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8512; }
p { color: rgb(253,133,18); }
H1.HeaderClassName
{
color: #FD8512;
}
.AnyTagClassName
{
color: #FD8512;
}
</style>
background-color css
<style>
a { background-color: #FD8512; }
a { background-color: rgb(253,133,18); }
div.DivClassName
{
background-color: #FD8512;
}
.BgClassName
{
background-color: #FD8512;
}
</style>
border-color css
<style>
span { border-color: #FD8512; }
span { border-color: rgb(253,133,18); }
td.TdClassName
{
border-color: #FD8512;
}
.TagClassName
{
border-color: #FD8512;
}
</style>