Shades of Pumpkin #FF6A16
Tints of Pumpkin #FF6A16
RGB
CMYK
RGB Variations
Color information
#FF6A16 (or 0xFF6A16) is known color: Pumpkin. HEX triplet: FF, 6A and 16. RGB value is (255,106,22). Sum of RGB (Red+Green+Blue) = 255+106+22=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A16 is #0095E9. Grayscale: #8D8D8D. Windows color (decimal): -38378 or 1469183. OLE color: 1469183.
HSL color Cylindrical-coordinate representation of color #FF6A16: hue angle of 21.63º 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 #FF6A16 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 22 | - |
| CMYK | 0 | 0.58 | 0.91 | 0 |
| HSL | 21.63º | 1% | 0.54% | - |
| HSV(B) | 21.63º | 0.91% | 1% | - |
| XYZ | 46.54 | 31.63 | 4.41 | - |
| YUV | 140.98 | 60.86 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 22 | 0 | 0.58 | 0.91 | 0 | 21.63 | 1 | 0.54 |
| Hex | FF | 6A | 16 | 0 | 3A | 5B | 0 | 16 | 64 | 36 |
| Octal | 377 | 152 | 26 | 0 | 72 | 133 | 0 | 26 | 144 | 66 |
| Binary | 11111111 | 1101010 | 10110 | 0 | 111010 | 1011011 | 0 | 10110 | 1100100 | 110110 |
Color Harmonies of #FF6A16
Complementary color
Monochromatic Colors of #FF6A16
Black with #FF6A16
Text Example
Text Example
White with #FF6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A16; }
p { color: rgb(255,106,22); }
H1.HeaderClassName
{
color: #FF6A16;
}
.AnyTagClassName
{
color: #FF6A16;
}
</style>
background-color css
<style>
a { background-color: #FF6A16; }
a { background-color: rgb(255,106,22); }
div.DivClassName
{
background-color: #FF6A16;
}
.BgClassName
{
background-color: #FF6A16;
}
</style>
border-color css
<style>
span { border-color: #FF6A16; }
span { border-color: rgb(255,106,22); }
td.TdClassName
{
border-color: #FF6A16;
}
.TagClassName
{
border-color: #FF6A16;
}
</style>