Shades of Pumpkin #FF8626
Tints of Pumpkin #FF8626
RGB
CMYK
RGB Variations
Color information
#FF8626 (or 0xFF8626) is known color: Pumpkin. HEX triplet: FF, 86 and 26. RGB value is (255,134,38). Sum of RGB (Red+Green+Blue) = 255+134+38=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8626 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8626 is #0079D9. Grayscale: #9F9F9F. Windows color (decimal): -31194 or 2524927. OLE color: 2524927.
HSL color Cylindrical-coordinate representation of color #FF8626: hue angle of 26.54º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF8626 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 38 | - |
| CMYK | 0 | 0.47 | 0.85 | 0 |
| HSL | 26.54º | 1% | 0.57% | - |
| HSV(B) | 26.54º | 0.85% | 1% | - |
| XYZ | 50.11 | 38.45 | 6.61 | - |
| YUV | 159.24 | 59.59 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 38 | 0 | 0.47 | 0.85 | 0 | 26.54 | 1 | 0.57 |
| Hex | FF | 86 | 26 | 0 | 2F | 55 | 0 | 1B | 64 | 39 |
| Octal | 377 | 206 | 46 | 0 | 57 | 125 | 0 | 33 | 144 | 71 |
| Binary | 11111111 | 10000110 | 100110 | 0 | 101111 | 1010101 | 0 | 11011 | 1100100 | 111001 |
Color Harmonies of #FF8626
Complementary color
Monochromatic Colors of #FF8626
Black with #FF8626
Text Example
Text Example
White with #FF8626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8626; }
p { color: rgb(255,134,38); }
H1.HeaderClassName
{
color: #FF8626;
}
.AnyTagClassName
{
color: #FF8626;
}
</style>
background-color css
<style>
a { background-color: #FF8626; }
a { background-color: rgb(255,134,38); }
div.DivClassName
{
background-color: #FF8626;
}
.BgClassName
{
background-color: #FF8626;
}
</style>
border-color css
<style>
span { border-color: #FF8626; }
span { border-color: rgb(255,134,38); }
td.TdClassName
{
border-color: #FF8626;
}
.TagClassName
{
border-color: #FF8626;
}
</style>