Shades of Pumpkin #FF881B
Tints of Pumpkin #FF881B
RGB
CMYK
RGB Variations
Color information
#FF881B (or 0xFF881B) is known color: Pumpkin. HEX triplet: FF, 88 and 1B. RGB value is (255,136,27). Sum of RGB (Red+Green+Blue) = 255+136+27=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF881B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF881B is #0077E4. Grayscale: #9F9F9F. Windows color (decimal): -30693 or 1804543. OLE color: 1804543.
HSL color Cylindrical-coordinate representation of color #FF881B: hue angle of 28.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF881B is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 27 | - |
| CMYK | 0 | 0.47 | 0.89 | 0 |
| HSL | 28.68º | 1% | 0.55% | - |
| HSV(B) | 28.68º | 0.89% | 1% | - |
| XYZ | 50.24 | 38.95 | 5.91 | - |
| YUV | 159.16 | 53.42 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 27 | 0 | 0.47 | 0.89 | 0 | 28.68 | 1 | 0.55 |
| Hex | FF | 88 | 1B | 0 | 2F | 59 | 0 | 1D | 64 | 37 |
| Octal | 377 | 210 | 33 | 0 | 57 | 131 | 0 | 35 | 144 | 67 |
| Binary | 11111111 | 10001000 | 11011 | 0 | 101111 | 1011001 | 0 | 11101 | 1100100 | 110111 |
Color Harmonies of #FF881B
Complementary color
Monochromatic Colors of #FF881B
Black with #FF881B
Text Example
Text Example
White with #FF881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF881B; }
p { color: rgb(255,136,27); }
H1.HeaderClassName
{
color: #FF881B;
}
.AnyTagClassName
{
color: #FF881B;
}
</style>
background-color css
<style>
a { background-color: #FF881B; }
a { background-color: rgb(255,136,27); }
div.DivClassName
{
background-color: #FF881B;
}
.BgClassName
{
background-color: #FF881B;
}
</style>
border-color css
<style>
span { border-color: #FF881B; }
span { border-color: rgb(255,136,27); }
td.TdClassName
{
border-color: #FF881B;
}
.TagClassName
{
border-color: #FF881B;
}
</style>