Shades of Pumpkin #FF6D1B
Tints of Pumpkin #FF6D1B
RGB
CMYK
RGB Variations
Color information
#FF6D1B (or 0xFF6D1B) is known color: Pumpkin. HEX triplet: FF, 6D and 1B. RGB value is (255,109,27). Sum of RGB (Red+Green+Blue) = 255+109+27=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D1B is #0092E4. Grayscale: #8F8F8F. Windows color (decimal): -37605 or 1797631. OLE color: 1797631.
HSL color Cylindrical-coordinate representation of color #FF6D1B: hue angle of 21.58º 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 #FF6D1B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 27 | - |
| CMYK | 0 | 0.57 | 0.89 | 0 |
| HSL | 21.58º | 1% | 0.55% | - |
| HSV(B) | 21.58º | 0.89% | 1% | - |
| XYZ | 46.91 | 32.28 | 4.79 | - |
| YUV | 143.31 | 62.37 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 27 | 0 | 0.57 | 0.89 | 0 | 21.58 | 1 | 0.55 |
| Hex | FF | 6D | 1B | 0 | 39 | 59 | 0 | 16 | 64 | 37 |
| Octal | 377 | 155 | 33 | 0 | 71 | 131 | 0 | 26 | 144 | 67 |
| Binary | 11111111 | 1101101 | 11011 | 0 | 111001 | 1011001 | 0 | 10110 | 1100100 | 110111 |
Color Harmonies of #FF6D1B
Complementary color
Monochromatic Colors of #FF6D1B
Black with #FF6D1B
Text Example
Text Example
White with #FF6D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D1B; }
p { color: rgb(255,109,27); }
H1.HeaderClassName
{
color: #FF6D1B;
}
.AnyTagClassName
{
color: #FF6D1B;
}
</style>
background-color css
<style>
a { background-color: #FF6D1B; }
a { background-color: rgb(255,109,27); }
div.DivClassName
{
background-color: #FF6D1B;
}
.BgClassName
{
background-color: #FF6D1B;
}
</style>
border-color css
<style>
span { border-color: #FF6D1B; }
span { border-color: rgb(255,109,27); }
td.TdClassName
{
border-color: #FF6D1B;
}
.TagClassName
{
border-color: #FF6D1B;
}
</style>