Shades of Pumpkin #FF611B
Tints of Pumpkin #FF611B
RGB
CMYK
RGB Variations
Color information
#FF611B (or 0xFF611B) is known color: Pumpkin. HEX triplet: FF, 61 and 1B. RGB value is (255,97,27). Sum of RGB (Red+Green+Blue) = 255+97+27=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF611B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF611B is #009EE4. Grayscale: #888888. Windows color (decimal): -40677 or 1794559. OLE color: 1794559.
HSL color Cylindrical-coordinate representation of color #FF611B: hue angle of 18.42º 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 #FF611B is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 27 | - |
| CMYK | 0 | 0.62 | 0.89 | 0 |
| HSL | 18.42º | 1% | 0.55% | - |
| HSV(B) | 18.42º | 0.89% | 1% | - |
| XYZ | 45.71 | 29.89 | 4.4 | - |
| YUV | 136.26 | 66.35 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 27 | 0 | 0.62 | 0.89 | 0 | 18.42 | 1 | 0.55 |
| Hex | FF | 61 | 1B | 0 | 3E | 59 | 0 | 12 | 64 | 37 |
| Octal | 377 | 141 | 33 | 0 | 76 | 131 | 0 | 22 | 144 | 67 |
| Binary | 11111111 | 1100001 | 11011 | 0 | 111110 | 1011001 | 0 | 10010 | 1100100 | 110111 |
Color Harmonies of #FF611B
Complementary color
Monochromatic Colors of #FF611B
Black with #FF611B
Text Example
Text Example
White with #FF611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF611B; }
p { color: rgb(255,97,27); }
H1.HeaderClassName
{
color: #FF611B;
}
.AnyTagClassName
{
color: #FF611B;
}
</style>
background-color css
<style>
a { background-color: #FF611B; }
a { background-color: rgb(255,97,27); }
div.DivClassName
{
background-color: #FF611B;
}
.BgClassName
{
background-color: #FF611B;
}
</style>
border-color css
<style>
span { border-color: #FF611B; }
span { border-color: rgb(255,97,27); }
td.TdClassName
{
border-color: #FF611B;
}
.TagClassName
{
border-color: #FF611B;
}
</style>