Shades of Pumpkin #FF731C
Tints of Pumpkin #FF731C
RGB
CMYK
RGB Variations
Color information
#FF731C (or 0xFF731C) is known color: Pumpkin. HEX triplet: FF, 73 and 1C. RGB value is (255,115,28). Sum of RGB (Red+Green+Blue) = 255+115+28=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF731C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF731C is #008CE3. Grayscale: #939393. Windows color (decimal): -36068 or 1864703. OLE color: 1864703.
HSL color Cylindrical-coordinate representation of color #FF731C: hue angle of 23º 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 #FF731C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0 |
| HSL | 23º | 1% | 0.55% | - |
| HSV(B) | 23º | 0.89% | 1% | - |
| XYZ | 47.58 | 33.61 | 5.08 | - |
| YUV | 146.94 | 60.88 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 28 | 0 | 0.55 | 0.89 | 0 | 23 | 1 | 0.55 |
| Hex | FF | 73 | 1C | 0 | 37 | 59 | 0 | 17 | 64 | 37 |
| Octal | 377 | 163 | 34 | 0 | 67 | 131 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110011 | 11100 | 0 | 110111 | 1011001 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF731C
Complementary color
Monochromatic Colors of #FF731C
Black with #FF731C
Text Example
Text Example
White with #FF731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF731C; }
p { color: rgb(255,115,28); }
H1.HeaderClassName
{
color: #FF731C;
}
.AnyTagClassName
{
color: #FF731C;
}
</style>
background-color css
<style>
a { background-color: #FF731C; }
a { background-color: rgb(255,115,28); }
div.DivClassName
{
background-color: #FF731C;
}
.BgClassName
{
background-color: #FF731C;
}
</style>
border-color css
<style>
span { border-color: #FF731C; }
span { border-color: rgb(255,115,28); }
td.TdClassName
{
border-color: #FF731C;
}
.TagClassName
{
border-color: #FF731C;
}
</style>