Shades of Pumpkin #FF731A
Tints of Pumpkin #FF731A
RGB
CMYK
RGB Variations
Color information
#FF731A (or 0xFF731A) is known color: Pumpkin. HEX triplet: FF, 73 and 1A. RGB value is (255,115,26). Sum of RGB (Red+Green+Blue) = 255+115+26=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF731A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF731A is #008CE5. Grayscale: #939393. Windows color (decimal): -36070 or 1733631. OLE color: 1733631.
HSL color Cylindrical-coordinate representation of color #FF731A: hue angle of 23.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF731A is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 26 | - |
| CMYK | 0 | 0.55 | 0.90 | 0 |
| HSL | 23.32º | 1% | 0.55% | - |
| HSV(B) | 23.32º | 0.9% | 1% | - |
| XYZ | 47.56 | 33.6 | 4.96 | - |
| YUV | 146.71 | 59.88 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 26 | 0 | 0.55 | 0.90 | 0 | 23.32 | 1 | 0.55 |
| Hex | FF | 73 | 1A | 0 | 37 | 5A | 0 | 17 | 64 | 37 |
| Octal | 377 | 163 | 32 | 0 | 67 | 132 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110011 | 11010 | 0 | 110111 | 1011010 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF731A
Complementary color
Monochromatic Colors of #FF731A
Black with #FF731A
Text Example
Text Example
White with #FF731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF731A; }
p { color: rgb(255,115,26); }
H1.HeaderClassName
{
color: #FF731A;
}
.AnyTagClassName
{
color: #FF731A;
}
</style>
background-color css
<style>
a { background-color: #FF731A; }
a { background-color: rgb(255,115,26); }
div.DivClassName
{
background-color: #FF731A;
}
.BgClassName
{
background-color: #FF731A;
}
</style>
border-color css
<style>
span { border-color: #FF731A; }
span { border-color: rgb(255,115,26); }
td.TdClassName
{
border-color: #FF731A;
}
.TagClassName
{
border-color: #FF731A;
}
</style>