Shades of Pumpkin #FF720C
Tints of Pumpkin #FF720C
RGB
CMYK
RGB Variations
Color information
#FF720C (or 0xFF720C) is known color: Pumpkin. HEX triplet: FF, 72 and 0C. RGB value is (255,114,12). Sum of RGB (Red+Green+Blue) = 255+114+12=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF720C is #008DF3. Grayscale: #919191. Windows color (decimal): -36340 or 815871. OLE color: 815871.
HSL color Cylindrical-coordinate representation of color #FF720C: hue angle of 25.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF720C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0 |
| HSL | 25.19º | 1% | 0.52% | - |
| HSV(B) | 25.19º | 0.95% | 1% | - |
| XYZ | 47.32 | 33.32 | 4.29 | - |
| YUV | 144.53 | 53.21 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 12 | 0 | 0.55 | 0.95 | 0 | 25.19 | 1 | 0.52 |
| Hex | FF | 72 | C | 0 | 37 | 5F | 0 | 19 | 64 | 34 |
| Octal | 377 | 162 | 14 | 0 | 67 | 137 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1110010 | 1100 | 0 | 110111 | 1011111 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF720C
Complementary color
Monochromatic Colors of #FF720C
Black with #FF720C
Text Example
Text Example
White with #FF720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF720C; }
p { color: rgb(255,114,12); }
H1.HeaderClassName
{
color: #FF720C;
}
.AnyTagClassName
{
color: #FF720C;
}
</style>
background-color css
<style>
a { background-color: #FF720C; }
a { background-color: rgb(255,114,12); }
div.DivClassName
{
background-color: #FF720C;
}
.BgClassName
{
background-color: #FF720C;
}
</style>
border-color css
<style>
span { border-color: #FF720C; }
span { border-color: rgb(255,114,12); }
td.TdClassName
{
border-color: #FF720C;
}
.TagClassName
{
border-color: #FF720C;
}
</style>