Shades of Pumpkin #FF7816
Tints of Pumpkin #FF7816
RGB
CMYK
RGB Variations
Color information
#FF7816 (or 0xFF7816) is known color: Pumpkin. HEX triplet: FF, 78 and 16. RGB value is (255,120,22). Sum of RGB (Red+Green+Blue) = 255+120+22=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7816 is #0087E9. Grayscale: #959595. Windows color (decimal): -34794 or 1472767. OLE color: 1472767.
HSL color Cylindrical-coordinate representation of color #FF7816: hue angle of 25.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF7816 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 22 | - |
| CMYK | 0 | 0.53 | 0.91 | 0 |
| HSL | 25.24º | 1% | 0.54% | - |
| HSV(B) | 25.24º | 0.91% | 1% | - |
| XYZ | 48.1 | 34.75 | 4.93 | - |
| YUV | 149.19 | 56.23 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 22 | 0 | 0.53 | 0.91 | 0 | 25.24 | 1 | 0.54 |
| Hex | FF | 78 | 16 | 0 | 35 | 5B | 0 | 19 | 64 | 36 |
| Octal | 377 | 170 | 26 | 0 | 65 | 133 | 0 | 31 | 144 | 66 |
| Binary | 11111111 | 1111000 | 10110 | 0 | 110101 | 1011011 | 0 | 11001 | 1100100 | 110110 |
Color Harmonies of #FF7816
Complementary color
Monochromatic Colors of #FF7816
Black with #FF7816
Text Example
Text Example
White with #FF7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7816; }
p { color: rgb(255,120,22); }
H1.HeaderClassName
{
color: #FF7816;
}
.AnyTagClassName
{
color: #FF7816;
}
</style>
background-color css
<style>
a { background-color: #FF7816; }
a { background-color: rgb(255,120,22); }
div.DivClassName
{
background-color: #FF7816;
}
.BgClassName
{
background-color: #FF7816;
}
</style>
border-color css
<style>
span { border-color: #FF7816; }
span { border-color: rgb(255,120,22); }
td.TdClassName
{
border-color: #FF7816;
}
.TagClassName
{
border-color: #FF7816;
}
</style>