Shades of Pumpkin #FF611F
Tints of Pumpkin #FF611F
RGB
CMYK
RGB Variations
Color information
#FF611F (or 0xFF611F) is known color: Pumpkin. HEX triplet: FF, 61 and 1F. RGB value is (255,97,31). Sum of RGB (Red+Green+Blue) = 255+97+31=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF611F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF611F is #009EE0. Grayscale: #898989. Windows color (decimal): -40673 or 2056703. OLE color: 2056703.
HSL color Cylindrical-coordinate representation of color #FF611F: hue angle of 17.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF611F is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 31 | - |
| CMYK | 0 | 0.62 | 0.88 | 0 |
| HSL | 17.68º | 1% | 0.56% | - |
| HSV(B) | 17.68º | 0.88% | 1% | - |
| XYZ | 45.76 | 29.91 | 4.66 | - |
| YUV | 136.72 | 68.35 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 31 | 0 | 0.62 | 0.88 | 0 | 17.68 | 1 | 0.56 |
| Hex | FF | 61 | 1F | 0 | 3E | 58 | 0 | 12 | 64 | 38 |
| Octal | 377 | 141 | 37 | 0 | 76 | 130 | 0 | 22 | 144 | 70 |
| Binary | 11111111 | 1100001 | 11111 | 0 | 111110 | 1011000 | 0 | 10010 | 1100100 | 111000 |
Color Harmonies of #FF611F
Complementary color
Monochromatic Colors of #FF611F
Black with #FF611F
Text Example
Text Example
White with #FF611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF611F; }
p { color: rgb(255,97,31); }
H1.HeaderClassName
{
color: #FF611F;
}
.AnyTagClassName
{
color: #FF611F;
}
</style>
background-color css
<style>
a { background-color: #FF611F; }
a { background-color: rgb(255,97,31); }
div.DivClassName
{
background-color: #FF611F;
}
.BgClassName
{
background-color: #FF611F;
}
</style>
border-color css
<style>
span { border-color: #FF611F; }
span { border-color: rgb(255,97,31); }
td.TdClassName
{
border-color: #FF611F;
}
.TagClassName
{
border-color: #FF611F;
}
</style>