Shades of Pumpkin #FF720A
Tints of Pumpkin #FF720A
RGB
CMYK
RGB Variations
Color information
#FF720A (or 0xFF720A) is known color: Pumpkin. HEX triplet: FF, 72 and 0A. RGB value is (255,114,10). Sum of RGB (Red+Green+Blue) = 255+114+10=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF720A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF720A is #008DF5. Grayscale: #909090. Windows color (decimal): -36342 or 684799. OLE color: 684799.
HSL color Cylindrical-coordinate representation of color #FF720A: hue angle of 25.47º 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 #FF720A is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 10 | - |
| CMYK | 0 | 0.55 | 0.96 | 0 |
| HSL | 25.47º | 1% | 0.52% | - |
| HSV(B) | 25.47º | 0.96% | 1% | - |
| XYZ | 47.31 | 33.32 | 4.22 | - |
| YUV | 144.3 | 52.21 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 10 | 0 | 0.55 | 0.96 | 0 | 25.47 | 1 | 0.52 |
| Hex | FF | 72 | A | 0 | 37 | 60 | 0 | 19 | 64 | 34 |
| Octal | 377 | 162 | 12 | 0 | 67 | 140 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1110010 | 1010 | 0 | 110111 | 1100000 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF720A
Complementary color
Monochromatic Colors of #FF720A
Black with #FF720A
Text Example
Text Example
White with #FF720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF720A; }
p { color: rgb(255,114,10); }
H1.HeaderClassName
{
color: #FF720A;
}
.AnyTagClassName
{
color: #FF720A;
}
</style>
background-color css
<style>
a { background-color: #FF720A; }
a { background-color: rgb(255,114,10); }
div.DivClassName
{
background-color: #FF720A;
}
.BgClassName
{
background-color: #FF720A;
}
</style>
border-color css
<style>
span { border-color: #FF720A; }
span { border-color: rgb(255,114,10); }
td.TdClassName
{
border-color: #FF720A;
}
.TagClassName
{
border-color: #FF720A;
}
</style>