Shades of Pumpkin #FF6716
Tints of Pumpkin #FF6716
RGB
CMYK
RGB Variations
Color information
#FF6716 (or 0xFF6716) is known color: Pumpkin. HEX triplet: FF, 67 and 16. RGB value is (255,103,22). Sum of RGB (Red+Green+Blue) = 255+103+22=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6716 is #0098E9. Grayscale: #8B8B8B. Windows color (decimal): -39146 or 1468415. OLE color: 1468415.
HSL color Cylindrical-coordinate representation of color #FF6716: hue angle of 20.86º 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 #FF6716 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 22 | - |
| CMYK | 0 | 0.60 | 0.91 | 0 |
| HSL | 20.86º | 1% | 0.54% | - |
| HSV(B) | 20.86º | 0.91% | 1% | - |
| XYZ | 46.24 | 31.02 | 4.31 | - |
| YUV | 139.21 | 61.86 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 22 | 0 | 0.60 | 0.91 | 0 | 20.86 | 1 | 0.54 |
| Hex | FF | 67 | 16 | 0 | 3C | 5B | 0 | 15 | 64 | 36 |
| Octal | 377 | 147 | 26 | 0 | 74 | 133 | 0 | 25 | 144 | 66 |
| Binary | 11111111 | 1100111 | 10110 | 0 | 111100 | 1011011 | 0 | 10101 | 1100100 | 110110 |
Color Harmonies of #FF6716
Complementary color
Monochromatic Colors of #FF6716
Black with #FF6716
Text Example
Text Example
White with #FF6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6716; }
p { color: rgb(255,103,22); }
H1.HeaderClassName
{
color: #FF6716;
}
.AnyTagClassName
{
color: #FF6716;
}
</style>
background-color css
<style>
a { background-color: #FF6716; }
a { background-color: rgb(255,103,22); }
div.DivClassName
{
background-color: #FF6716;
}
.BgClassName
{
background-color: #FF6716;
}
</style>
border-color css
<style>
span { border-color: #FF6716; }
span { border-color: rgb(255,103,22); }
td.TdClassName
{
border-color: #FF6716;
}
.TagClassName
{
border-color: #FF6716;
}
</style>