Shades of Pumpkin #FF721F
Tints of Pumpkin #FF721F
RGB
CMYK
RGB Variations
Color information
#FF721F (or 0xFF721F) is known color: Pumpkin. HEX triplet: FF, 72 and 1F. RGB value is (255,114,31). Sum of RGB (Red+Green+Blue) = 255+114+31=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF721F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF721F is #008DE0. Grayscale: #939393. Windows color (decimal): -36321 or 2061055. OLE color: 2061055.
HSL color Cylindrical-coordinate representation of color #FF721F: hue angle of 22.23º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF721F is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 31 | - |
| CMYK | 0 | 0.55 | 0.88 | 0 |
| HSL | 22.23º | 1% | 0.56% | - |
| HSV(B) | 22.23º | 0.88% | 1% | - |
| XYZ | 47.5 | 33.39 | 5.24 | - |
| YUV | 146.7 | 62.71 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 31 | 0 | 0.55 | 0.88 | 0 | 22.23 | 1 | 0.56 |
| Hex | FF | 72 | 1F | 0 | 37 | 58 | 0 | 16 | 64 | 38 |
| Octal | 377 | 162 | 37 | 0 | 67 | 130 | 0 | 26 | 144 | 70 |
| Binary | 11111111 | 1110010 | 11111 | 0 | 110111 | 1011000 | 0 | 10110 | 1100100 | 111000 |
Color Harmonies of #FF721F
Complementary color
Monochromatic Colors of #FF721F
Black with #FF721F
Text Example
Text Example
White with #FF721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF721F; }
p { color: rgb(255,114,31); }
H1.HeaderClassName
{
color: #FF721F;
}
.AnyTagClassName
{
color: #FF721F;
}
</style>
background-color css
<style>
a { background-color: #FF721F; }
a { background-color: rgb(255,114,31); }
div.DivClassName
{
background-color: #FF721F;
}
.BgClassName
{
background-color: #FF721F;
}
</style>
border-color css
<style>
span { border-color: #FF721F; }
span { border-color: rgb(255,114,31); }
td.TdClassName
{
border-color: #FF721F;
}
.TagClassName
{
border-color: #FF721F;
}
</style>