Shades of Pumpkin #FF7B10
Tints of Pumpkin #FF7B10
RGB
CMYK
RGB Variations
Color information
#FF7B10 (or 0xFF7B10) is known color: Pumpkin. HEX triplet: FF, 7B and 10. RGB value is (255,123,16). Sum of RGB (Red+Green+Blue) = 255+123+16=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7B10 is #0084EF. Grayscale: #969696. Windows color (decimal): -34032 or 1080319. OLE color: 1080319.
HSL color Cylindrical-coordinate representation of color #FF7B10: hue angle of 26.86º 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 #FF7B10 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 16 | - |
| CMYK | 0 | 0.52 | 0.94 | 0 |
| HSL | 26.86º | 1% | 0.53% | - |
| HSV(B) | 26.86º | 0.94% | 1% | - |
| XYZ | 48.42 | 35.46 | 4.78 | - |
| YUV | 150.27 | 52.23 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 16 | 0 | 0.52 | 0.94 | 0 | 26.86 | 1 | 0.53 |
| Hex | FF | 7B | 10 | 0 | 34 | 5E | 0 | 1B | 64 | 35 |
| Octal | 377 | 173 | 20 | 0 | 64 | 136 | 0 | 33 | 144 | 65 |
| Binary | 11111111 | 1111011 | 10000 | 0 | 110100 | 1011110 | 0 | 11011 | 1100100 | 110101 |
Color Harmonies of #FF7B10
Complementary color
Monochromatic Colors of #FF7B10
Black with #FF7B10
Text Example
Text Example
White with #FF7B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B10; }
p { color: rgb(255,123,16); }
H1.HeaderClassName
{
color: #FF7B10;
}
.AnyTagClassName
{
color: #FF7B10;
}
</style>
background-color css
<style>
a { background-color: #FF7B10; }
a { background-color: rgb(255,123,16); }
div.DivClassName
{
background-color: #FF7B10;
}
.BgClassName
{
background-color: #FF7B10;
}
</style>
border-color css
<style>
span { border-color: #FF7B10; }
span { border-color: rgb(255,123,16); }
td.TdClassName
{
border-color: #FF7B10;
}
.TagClassName
{
border-color: #FF7B10;
}
</style>