Shades of Pumpkin #FF720B
Tints of Pumpkin #FF720B
RGB
CMYK
RGB Variations
Color information
#FF720B (or 0xFF720B) is known color: Pumpkin. HEX triplet: FF, 72 and 0B. RGB value is (255,114,11). Sum of RGB (Red+Green+Blue) = 255+114+11=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF720B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF720B is #008DF4. Grayscale: #909090. Windows color (decimal): -36341 or 750335. OLE color: 750335.
HSL color Cylindrical-coordinate representation of color #FF720B: hue angle of 25.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF720B is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 11 | - |
| CMYK | 0 | 0.55 | 0.96 | 0 |
| HSL | 25.33º | 1% | 0.52% | - |
| HSV(B) | 25.33º | 0.96% | 1% | - |
| XYZ | 47.32 | 33.32 | 4.25 | - |
| YUV | 144.42 | 52.71 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 11 | 0 | 0.55 | 0.96 | 0 | 25.33 | 1 | 0.52 |
| Hex | FF | 72 | B | 0 | 37 | 60 | 0 | 19 | 64 | 34 |
| Octal | 377 | 162 | 13 | 0 | 67 | 140 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1110010 | 1011 | 0 | 110111 | 1100000 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF720B
Complementary color
Monochromatic Colors of #FF720B
Black with #FF720B
Text Example
Text Example
White with #FF720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF720B; }
p { color: rgb(255,114,11); }
H1.HeaderClassName
{
color: #FF720B;
}
.AnyTagClassName
{
color: #FF720B;
}
</style>
background-color css
<style>
a { background-color: #FF720B; }
a { background-color: rgb(255,114,11); }
div.DivClassName
{
background-color: #FF720B;
}
.BgClassName
{
background-color: #FF720B;
}
</style>
border-color css
<style>
span { border-color: #FF720B; }
span { border-color: rgb(255,114,11); }
td.TdClassName
{
border-color: #FF720B;
}
.TagClassName
{
border-color: #FF720B;
}
</style>