Shades of Pumpkin #FF7716
Tints of Pumpkin #FF7716
RGB
CMYK
RGB Variations
Color information
#FF7716 (or 0xFF7716) is known color: Pumpkin. HEX triplet: FF, 77 and 16. RGB value is (255,119,22). Sum of RGB (Red+Green+Blue) = 255+119+22=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7716 is #0088E9. Grayscale: #959595. Windows color (decimal): -35050 or 1472511. OLE color: 1472511.
HSL color Cylindrical-coordinate representation of color #FF7716: hue angle of 24.98º 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 #FF7716 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 22 | - |
| CMYK | 0 | 0.53 | 0.91 | 0 |
| HSL | 24.98º | 1% | 0.54% | - |
| HSV(B) | 24.98º | 0.91% | 1% | - |
| XYZ | 47.98 | 34.51 | 4.89 | - |
| YUV | 148.61 | 56.56 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 22 | 0 | 0.53 | 0.91 | 0 | 24.98 | 1 | 0.54 |
| Hex | FF | 77 | 16 | 0 | 35 | 5B | 0 | 19 | 64 | 36 |
| Octal | 377 | 167 | 26 | 0 | 65 | 133 | 0 | 31 | 144 | 66 |
| Binary | 11111111 | 1110111 | 10110 | 0 | 110101 | 1011011 | 0 | 11001 | 1100100 | 110110 |
Color Harmonies of #FF7716
Complementary color
Monochromatic Colors of #FF7716
Black with #FF7716
Text Example
Text Example
White with #FF7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7716; }
p { color: rgb(255,119,22); }
H1.HeaderClassName
{
color: #FF7716;
}
.AnyTagClassName
{
color: #FF7716;
}
</style>
background-color css
<style>
a { background-color: #FF7716; }
a { background-color: rgb(255,119,22); }
div.DivClassName
{
background-color: #FF7716;
}
.BgClassName
{
background-color: #FF7716;
}
</style>
border-color css
<style>
span { border-color: #FF7716; }
span { border-color: rgb(255,119,22); }
td.TdClassName
{
border-color: #FF7716;
}
.TagClassName
{
border-color: #FF7716;
}
</style>