Shades of Pumpkin #FD8127
Tints of Pumpkin #FD8127
RGB
CMYK
RGB Variations
Color information
#FD8127 (or 0xFD8127) is known color: Pumpkin. HEX triplet: FD, 81 and 27. RGB value is (253,129,39). Sum of RGB (Red+Green+Blue) = 253+129+39=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8127 is #027ED8. Grayscale: #9C9C9C. Windows color (decimal): -163545 or 2589181. OLE color: 2589181.
HSL color Cylindrical-coordinate representation of color #FD8127: hue angle of 25.23º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD8127 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 39 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.01 |
| HSL | 25.23º | 0.98% | 0.57% | - |
| HSV(B) | 25.23º | 0.85% | 0.99% | - |
| XYZ | 48.72 | 36.73 | 6.44 | - |
| YUV | 155.82 | 62.08 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 39 | 0 | 0.49 | 0.85 | 0.01 | 25.23 | 0.98 | 0.57 |
| Hex | FD | 81 | 27 | 0 | 31 | 55 | 1 | 19 | 62 | 39 |
| Octal | 375 | 201 | 47 | 0 | 61 | 125 | 1 | 31 | 142 | 71 |
| Binary | 11111101 | 10000001 | 100111 | 0 | 110001 | 1010101 | 1 | 11001 | 1100010 | 111001 |
Color Harmonies of #FD8127
Complementary color
Monochromatic Colors of #FD8127
Black with #FD8127
Text Example
Text Example
White with #FD8127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8127; }
p { color: rgb(253,129,39); }
H1.HeaderClassName
{
color: #FD8127;
}
.AnyTagClassName
{
color: #FD8127;
}
</style>
background-color css
<style>
a { background-color: #FD8127; }
a { background-color: rgb(253,129,39); }
div.DivClassName
{
background-color: #FD8127;
}
.BgClassName
{
background-color: #FD8127;
}
</style>
border-color css
<style>
span { border-color: #FD8127; }
span { border-color: rgb(253,129,39); }
td.TdClassName
{
border-color: #FD8127;
}
.TagClassName
{
border-color: #FD8127;
}
</style>