Shades of Pumpkin #FF6A17
Tints of Pumpkin #FF6A17
RGB
CMYK
RGB Variations
Color information
#FF6A17 (or 0xFF6A17) is known color: Pumpkin. HEX triplet: FF, 6A and 17. RGB value is (255,106,23). Sum of RGB (Red+Green+Blue) = 255+106+23=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A17 is #0095E8. Grayscale: #8D8D8D. Windows color (decimal): -38377 or 1534719. OLE color: 1534719.
HSL color Cylindrical-coordinate representation of color #FF6A17: hue angle of 21.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF6A17 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 23 | - |
| CMYK | 0 | 0.58 | 0.91 | 0 |
| HSL | 21.47º | 1% | 0.55% | - |
| HSV(B) | 21.47º | 0.91% | 1% | - |
| XYZ | 46.55 | 31.63 | 4.46 | - |
| YUV | 141.09 | 61.36 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 23 | 0 | 0.58 | 0.91 | 0 | 21.47 | 1 | 0.55 |
| Hex | FF | 6A | 17 | 0 | 3A | 5B | 0 | 15 | 64 | 37 |
| Octal | 377 | 152 | 27 | 0 | 72 | 133 | 0 | 25 | 144 | 67 |
| Binary | 11111111 | 1101010 | 10111 | 0 | 111010 | 1011011 | 0 | 10101 | 1100100 | 110111 |
Color Harmonies of #FF6A17
Complementary color
Monochromatic Colors of #FF6A17
Black with #FF6A17
Text Example
Text Example
White with #FF6A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A17; }
p { color: rgb(255,106,23); }
H1.HeaderClassName
{
color: #FF6A17;
}
.AnyTagClassName
{
color: #FF6A17;
}
</style>
background-color css
<style>
a { background-color: #FF6A17; }
a { background-color: rgb(255,106,23); }
div.DivClassName
{
background-color: #FF6A17;
}
.BgClassName
{
background-color: #FF6A17;
}
</style>
border-color css
<style>
span { border-color: #FF6A17; }
span { border-color: rgb(255,106,23); }
td.TdClassName
{
border-color: #FF6A17;
}
.TagClassName
{
border-color: #FF6A17;
}
</style>