Shades of Pumpkin #FF6216
Tints of Pumpkin #FF6216
RGB
CMYK
RGB Variations
Color information
#FF6216 (or 0xFF6216) is known color: Pumpkin. HEX triplet: FF, 62 and 16. RGB value is (255,98,22). Sum of RGB (Red+Green+Blue) = 255+98+22=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6216 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6216 is #009DE9. Grayscale: #888888. Windows color (decimal): -40426 or 1467135. OLE color: 1467135.
HSL color Cylindrical-coordinate representation of color #FF6216: hue angle of 19.57º 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 #FF6216 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 22 | - |
| CMYK | 0 | 0.62 | 0.91 | 0 |
| HSL | 19.57º | 1% | 0.54% | - |
| HSV(B) | 19.57º | 0.91% | 1% | - |
| XYZ | 45.75 | 30.05 | 4.15 | - |
| YUV | 136.28 | 63.51 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 22 | 0 | 0.62 | 0.91 | 0 | 19.57 | 1 | 0.54 |
| Hex | FF | 62 | 16 | 0 | 3E | 5B | 0 | 14 | 64 | 36 |
| Octal | 377 | 142 | 26 | 0 | 76 | 133 | 0 | 24 | 144 | 66 |
| Binary | 11111111 | 1100010 | 10110 | 0 | 111110 | 1011011 | 0 | 10100 | 1100100 | 110110 |
Color Harmonies of #FF6216
Complementary color
Monochromatic Colors of #FF6216
Black with #FF6216
Text Example
Text Example
White with #FF6216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6216; }
p { color: rgb(255,98,22); }
H1.HeaderClassName
{
color: #FF6216;
}
.AnyTagClassName
{
color: #FF6216;
}
</style>
background-color css
<style>
a { background-color: #FF6216; }
a { background-color: rgb(255,98,22); }
div.DivClassName
{
background-color: #FF6216;
}
.BgClassName
{
background-color: #FF6216;
}
</style>
border-color css
<style>
span { border-color: #FF6216; }
span { border-color: rgb(255,98,22); }
td.TdClassName
{
border-color: #FF6216;
}
.TagClassName
{
border-color: #FF6216;
}
</style>