Shades of Pumpkin #FF701C
Tints of Pumpkin #FF701C
RGB
CMYK
RGB Variations
Color information
#FF701C (or 0xFF701C) is known color: Pumpkin. HEX triplet: FF, 70 and 1C. RGB value is (255,112,28). Sum of RGB (Red+Green+Blue) = 255+112+28=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF701C is #008FE3. Grayscale: #919191. Windows color (decimal): -36836 or 1863935. OLE color: 1863935.
HSL color Cylindrical-coordinate representation of color #FF701C: hue angle of 22.2º 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 #FF701C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 28 | - |
| CMYK | 0 | 0.56 | 0.89 | 0 |
| HSL | 22.2º | 1% | 0.55% | - |
| HSV(B) | 22.2º | 0.89% | 1% | - |
| XYZ | 47.24 | 32.93 | 4.97 | - |
| YUV | 145.18 | 61.88 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 28 | 0 | 0.56 | 0.89 | 0 | 22.2 | 1 | 0.55 |
| Hex | FF | 70 | 1C | 0 | 38 | 59 | 0 | 16 | 64 | 37 |
| Octal | 377 | 160 | 34 | 0 | 70 | 131 | 0 | 26 | 144 | 67 |
| Binary | 11111111 | 1110000 | 11100 | 0 | 111000 | 1011001 | 0 | 10110 | 1100100 | 110111 |
Color Harmonies of #FF701C
Complementary color
Monochromatic Colors of #FF701C
Black with #FF701C
Text Example
Text Example
White with #FF701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF701C; }
p { color: rgb(255,112,28); }
H1.HeaderClassName
{
color: #FF701C;
}
.AnyTagClassName
{
color: #FF701C;
}
</style>
background-color css
<style>
a { background-color: #FF701C; }
a { background-color: rgb(255,112,28); }
div.DivClassName
{
background-color: #FF701C;
}
.BgClassName
{
background-color: #FF701C;
}
</style>
border-color css
<style>
span { border-color: #FF701C; }
span { border-color: rgb(255,112,28); }
td.TdClassName
{
border-color: #FF701C;
}
.TagClassName
{
border-color: #FF701C;
}
</style>