Shades of Pumpkin #FF6F16
Tints of Pumpkin #FF6F16
RGB
CMYK
RGB Variations
Color information
#FF6F16 (or 0xFF6F16) is known color: Pumpkin. HEX triplet: FF, 6F and 16. RGB value is (255,111,22). Sum of RGB (Red+Green+Blue) = 255+111+22=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F16 is #0090E9. Grayscale: #909090. Windows color (decimal): -37098 or 1470463. OLE color: 1470463.
HSL color Cylindrical-coordinate representation of color #FF6F16: hue angle of 22.92º 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 #FF6F16 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 22 | - |
| CMYK | 0 | 0.56 | 0.91 | 0 |
| HSL | 22.92º | 1% | 0.54% | - |
| HSV(B) | 22.92º | 0.91% | 1% | - |
| XYZ | 47.07 | 32.69 | 4.59 | - |
| YUV | 143.91 | 59.21 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 22 | 0 | 0.56 | 0.91 | 0 | 22.92 | 1 | 0.54 |
| Hex | FF | 6F | 16 | 0 | 38 | 5B | 0 | 17 | 64 | 36 |
| Octal | 377 | 157 | 26 | 0 | 70 | 133 | 0 | 27 | 144 | 66 |
| Binary | 11111111 | 1101111 | 10110 | 0 | 111000 | 1011011 | 0 | 10111 | 1100100 | 110110 |
Color Harmonies of #FF6F16
Complementary color
Monochromatic Colors of #FF6F16
Black with #FF6F16
Text Example
Text Example
White with #FF6F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F16; }
p { color: rgb(255,111,22); }
H1.HeaderClassName
{
color: #FF6F16;
}
.AnyTagClassName
{
color: #FF6F16;
}
</style>
background-color css
<style>
a { background-color: #FF6F16; }
a { background-color: rgb(255,111,22); }
div.DivClassName
{
background-color: #FF6F16;
}
.BgClassName
{
background-color: #FF6F16;
}
</style>
border-color css
<style>
span { border-color: #FF6F16; }
span { border-color: rgb(255,111,22); }
td.TdClassName
{
border-color: #FF6F16;
}
.TagClassName
{
border-color: #FF6F16;
}
</style>