Shades of Pumpkin #FF6016
Tints of Pumpkin #FF6016
RGB
CMYK
RGB Variations
Color information
#FF6016 (or 0xFF6016) is known color: Pumpkin. HEX triplet: FF, 60 and 16. RGB value is (255,96,22). Sum of RGB (Red+Green+Blue) = 255+96+22=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6016 is #009FE9. Grayscale: #878787. Windows color (decimal): -40938 or 1466623. OLE color: 1466623.
HSL color Cylindrical-coordinate representation of color #FF6016: hue angle of 19.06º 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 #FF6016 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 22 | - |
| CMYK | 0 | 0.62 | 0.91 | 0 |
| HSL | 19.06º | 1% | 0.54% | - |
| HSV(B) | 19.06º | 0.91% | 1% | - |
| XYZ | 45.57 | 29.68 | 4.09 | - |
| YUV | 135.11 | 64.18 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 22 | 0 | 0.62 | 0.91 | 0 | 19.06 | 1 | 0.54 |
| Hex | FF | 60 | 16 | 0 | 3E | 5B | 0 | 13 | 64 | 36 |
| Octal | 377 | 140 | 26 | 0 | 76 | 133 | 0 | 23 | 144 | 66 |
| Binary | 11111111 | 1100000 | 10110 | 0 | 111110 | 1011011 | 0 | 10011 | 1100100 | 110110 |
Color Harmonies of #FF6016
Complementary color
Monochromatic Colors of #FF6016
Black with #FF6016
Text Example
Text Example
White with #FF6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6016; }
p { color: rgb(255,96,22); }
H1.HeaderClassName
{
color: #FF6016;
}
.AnyTagClassName
{
color: #FF6016;
}
</style>
background-color css
<style>
a { background-color: #FF6016; }
a { background-color: rgb(255,96,22); }
div.DivClassName
{
background-color: #FF6016;
}
.BgClassName
{
background-color: #FF6016;
}
</style>
border-color css
<style>
span { border-color: #FF6016; }
span { border-color: rgb(255,96,22); }
td.TdClassName
{
border-color: #FF6016;
}
.TagClassName
{
border-color: #FF6016;
}
</style>