Shades of Pumpkin #FF881D
Tints of Pumpkin #FF881D
RGB
CMYK
RGB Variations
Color information
#FF881D (or 0xFF881D) is known color: Pumpkin. HEX triplet: FF, 88 and 1D. RGB value is (255,136,29). Sum of RGB (Red+Green+Blue) = 255+136+29=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF881D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF881D is #0077E2. Grayscale: #9F9F9F. Windows color (decimal): -30691 or 1935615. OLE color: 1935615.
HSL color Cylindrical-coordinate representation of color #FF881D: hue angle of 28.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF881D is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 29 | - |
| CMYK | 0 | 0.47 | 0.89 | 0 |
| HSL | 28.41º | 1% | 0.56% | - |
| HSV(B) | 28.41º | 0.89% | 1% | - |
| XYZ | 50.27 | 38.96 | 6.03 | - |
| YUV | 159.38 | 54.42 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 29 | 0 | 0.47 | 0.89 | 0 | 28.41 | 1 | 0.56 |
| Hex | FF | 88 | 1D | 0 | 2F | 59 | 0 | 1C | 64 | 38 |
| Octal | 377 | 210 | 35 | 0 | 57 | 131 | 0 | 34 | 144 | 70 |
| Binary | 11111111 | 10001000 | 11101 | 0 | 101111 | 1011001 | 0 | 11100 | 1100100 | 111000 |
Color Harmonies of #FF881D
Complementary color
Monochromatic Colors of #FF881D
Black with #FF881D
Text Example
Text Example
White with #FF881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF881D; }
p { color: rgb(255,136,29); }
H1.HeaderClassName
{
color: #FF881D;
}
.AnyTagClassName
{
color: #FF881D;
}
</style>
background-color css
<style>
a { background-color: #FF881D; }
a { background-color: rgb(255,136,29); }
div.DivClassName
{
background-color: #FF881D;
}
.BgClassName
{
background-color: #FF881D;
}
</style>
border-color css
<style>
span { border-color: #FF881D; }
span { border-color: rgb(255,136,29); }
td.TdClassName
{
border-color: #FF881D;
}
.TagClassName
{
border-color: #FF881D;
}
</style>