Shades of Pumpkin #FF721C
Tints of Pumpkin #FF721C
RGB
CMYK
RGB Variations
Color information
#FF721C (or 0xFF721C) is known color: Pumpkin. HEX triplet: FF, 72 and 1C. RGB value is (255,114,28). Sum of RGB (Red+Green+Blue) = 255+114+28=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF721C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF721C is #008DE3. Grayscale: #929292. Windows color (decimal): -36324 or 1864447. OLE color: 1864447.
HSL color Cylindrical-coordinate representation of color #FF721C: hue angle of 22.73º 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 #FF721C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0 |
| HSL | 22.73º | 1% | 0.55% | - |
| HSV(B) | 22.73º | 0.89% | 1% | - |
| XYZ | 47.47 | 33.38 | 5.04 | - |
| YUV | 146.36 | 61.21 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 28 | 0 | 0.55 | 0.89 | 0 | 22.73 | 1 | 0.55 |
| Hex | FF | 72 | 1C | 0 | 37 | 59 | 0 | 17 | 64 | 37 |
| Octal | 377 | 162 | 34 | 0 | 67 | 131 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110010 | 11100 | 0 | 110111 | 1011001 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF721C
Complementary color
Monochromatic Colors of #FF721C
Black with #FF721C
Text Example
Text Example
White with #FF721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF721C; }
p { color: rgb(255,114,28); }
H1.HeaderClassName
{
color: #FF721C;
}
.AnyTagClassName
{
color: #FF721C;
}
</style>
background-color css
<style>
a { background-color: #FF721C; }
a { background-color: rgb(255,114,28); }
div.DivClassName
{
background-color: #FF721C;
}
.BgClassName
{
background-color: #FF721C;
}
</style>
border-color css
<style>
span { border-color: #FF721C; }
span { border-color: rgb(255,114,28); }
td.TdClassName
{
border-color: #FF721C;
}
.TagClassName
{
border-color: #FF721C;
}
</style>