Shades of Pumpkin #FF611A
Tints of Pumpkin #FF611A
RGB
CMYK
RGB Variations
Color information
#FF611A (or 0xFF611A) is known color: Pumpkin. HEX triplet: FF, 61 and 1A. RGB value is (255,97,26). Sum of RGB (Red+Green+Blue) = 255+97+26=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF611A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF611A is #009EE5. Grayscale: #888888. Windows color (decimal): -40678 or 1729023. OLE color: 1729023.
HSL color Cylindrical-coordinate representation of color #FF611A: hue angle of 18.6º 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 #FF611A is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 26 | - |
| CMYK | 0 | 0.62 | 0.90 | 0 |
| HSL | 18.6º | 1% | 0.55% | - |
| HSV(B) | 18.6º | 0.9% | 1% | - |
| XYZ | 45.7 | 29.88 | 4.34 | - |
| YUV | 136.15 | 65.85 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 26 | 0 | 0.62 | 0.90 | 0 | 18.6 | 1 | 0.55 |
| Hex | FF | 61 | 1A | 0 | 3E | 5A | 0 | 13 | 64 | 37 |
| Octal | 377 | 141 | 32 | 0 | 76 | 132 | 0 | 23 | 144 | 67 |
| Binary | 11111111 | 1100001 | 11010 | 0 | 111110 | 1011010 | 0 | 10011 | 1100100 | 110111 |
Color Harmonies of #FF611A
Complementary color
Monochromatic Colors of #FF611A
Black with #FF611A
Text Example
Text Example
White with #FF611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF611A; }
p { color: rgb(255,97,26); }
H1.HeaderClassName
{
color: #FF611A;
}
.AnyTagClassName
{
color: #FF611A;
}
</style>
background-color css
<style>
a { background-color: #FF611A; }
a { background-color: rgb(255,97,26); }
div.DivClassName
{
background-color: #FF611A;
}
.BgClassName
{
background-color: #FF611A;
}
</style>
border-color css
<style>
span { border-color: #FF611A; }
span { border-color: rgb(255,97,26); }
td.TdClassName
{
border-color: #FF611A;
}
.TagClassName
{
border-color: #FF611A;
}
</style>