Shades of Pumpkin #FF6B10
Tints of Pumpkin #FF6B10
RGB
CMYK
RGB Variations
Color information
#FF6B10 (or 0xFF6B10) is known color: Pumpkin. HEX triplet: FF, 6B and 10. RGB value is (255,107,16). Sum of RGB (Red+Green+Blue) = 255+107+16=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B10 is #0094EF. Grayscale: #8D8D8D. Windows color (decimal): -38128 or 1076223. OLE color: 1076223.
HSL color Cylindrical-coordinate representation of color #FF6B10: hue angle of 22.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF6B10 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 16 | - |
| CMYK | 0 | 0.58 | 0.94 | 0 |
| HSL | 22.85º | 1% | 0.53% | - |
| HSV(B) | 22.85º | 0.94% | 1% | - |
| XYZ | 46.59 | 31.81 | 4.18 | - |
| YUV | 140.88 | 57.53 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 16 | 0 | 0.58 | 0.94 | 0 | 22.85 | 1 | 0.53 |
| Hex | FF | 6B | 10 | 0 | 3A | 5E | 0 | 17 | 64 | 35 |
| Octal | 377 | 153 | 20 | 0 | 72 | 136 | 0 | 27 | 144 | 65 |
| Binary | 11111111 | 1101011 | 10000 | 0 | 111010 | 1011110 | 0 | 10111 | 1100100 | 110101 |
Color Harmonies of #FF6B10
Complementary color
Monochromatic Colors of #FF6B10
Black with #FF6B10
Text Example
Text Example
White with #FF6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B10; }
p { color: rgb(255,107,16); }
H1.HeaderClassName
{
color: #FF6B10;
}
.AnyTagClassName
{
color: #FF6B10;
}
</style>
background-color css
<style>
a { background-color: #FF6B10; }
a { background-color: rgb(255,107,16); }
div.DivClassName
{
background-color: #FF6B10;
}
.BgClassName
{
background-color: #FF6B10;
}
</style>
border-color css
<style>
span { border-color: #FF6B10; }
span { border-color: rgb(255,107,16); }
td.TdClassName
{
border-color: #FF6B10;
}
.TagClassName
{
border-color: #FF6B10;
}
</style>