Shades of Pumpkin #FF701B
Tints of Pumpkin #FF701B
RGB
CMYK
RGB Variations
Color information
#FF701B (or 0xFF701B) is known color: Pumpkin. HEX triplet: FF, 70 and 1B. RGB value is (255,112,27). Sum of RGB (Red+Green+Blue) = 255+112+27=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF701B is #008FE4. Grayscale: #919191. Windows color (decimal): -36837 or 1798399. OLE color: 1798399.
HSL color Cylindrical-coordinate representation of color #FF701B: hue angle of 22.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF701B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0 |
| HSL | 22.37º | 1% | 0.55% | - |
| HSV(B) | 22.37º | 0.89% | 1% | - |
| XYZ | 47.23 | 32.93 | 4.9 | - |
| YUV | 145.07 | 61.38 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 27 | 0 | 0.56 | 0.89 | 0 | 22.37 | 1 | 0.55 |
| Hex | FF | 70 | 1B | 0 | 38 | 59 | 0 | 16 | 64 | 37 |
| Octal | 377 | 160 | 33 | 0 | 70 | 131 | 0 | 26 | 144 | 67 |
| Binary | 11111111 | 1110000 | 11011 | 0 | 111000 | 1011001 | 0 | 10110 | 1100100 | 110111 |
Color Harmonies of #FF701B
Complementary color
Monochromatic Colors of #FF701B
Black with #FF701B
Text Example
Text Example
White with #FF701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF701B; }
p { color: rgb(255,112,27); }
H1.HeaderClassName
{
color: #FF701B;
}
.AnyTagClassName
{
color: #FF701B;
}
</style>
background-color css
<style>
a { background-color: #FF701B; }
a { background-color: rgb(255,112,27); }
div.DivClassName
{
background-color: #FF701B;
}
.BgClassName
{
background-color: #FF701B;
}
</style>
border-color css
<style>
span { border-color: #FF701B; }
span { border-color: rgb(255,112,27); }
td.TdClassName
{
border-color: #FF701B;
}
.TagClassName
{
border-color: #FF701B;
}
</style>