Shades of Pumpkin #FF6A1B
Tints of Pumpkin #FF6A1B
RGB
CMYK
RGB Variations
Color information
#FF6A1B (or 0xFF6A1B) is known color: Pumpkin. HEX triplet: FF, 6A and 1B. RGB value is (255,106,27). Sum of RGB (Red+Green+Blue) = 255+106+27=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6A1B is #0095E4. Grayscale: #8E8E8E. Windows color (decimal): -38373 or 1796863. OLE color: 1796863.
HSL color Cylindrical-coordinate representation of color #FF6A1B: hue angle of 20.79º 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 #FF6A1B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 27 | - |
| CMYK | 0 | 0.58 | 0.89 | 0 |
| HSL | 20.79º | 1% | 0.55% | - |
| HSV(B) | 20.79º | 0.89% | 1% | - |
| XYZ | 46.59 | 31.65 | 4.69 | - |
| YUV | 141.55 | 63.36 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 27 | 0 | 0.58 | 0.89 | 0 | 20.79 | 1 | 0.55 |
| Hex | FF | 6A | 1B | 0 | 3A | 59 | 0 | 15 | 64 | 37 |
| Octal | 377 | 152 | 33 | 0 | 72 | 131 | 0 | 25 | 144 | 67 |
| Binary | 11111111 | 1101010 | 11011 | 0 | 111010 | 1011001 | 0 | 10101 | 1100100 | 110111 |
Color Harmonies of #FF6A1B
Complementary color
Monochromatic Colors of #FF6A1B
Black with #FF6A1B
Text Example
Text Example
White with #FF6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6A1B; }
p { color: rgb(255,106,27); }
H1.HeaderClassName
{
color: #FF6A1B;
}
.AnyTagClassName
{
color: #FF6A1B;
}
</style>
background-color css
<style>
a { background-color: #FF6A1B; }
a { background-color: rgb(255,106,27); }
div.DivClassName
{
background-color: #FF6A1B;
}
.BgClassName
{
background-color: #FF6A1B;
}
</style>
border-color css
<style>
span { border-color: #FF6A1B; }
span { border-color: rgb(255,106,27); }
td.TdClassName
{
border-color: #FF6A1B;
}
.TagClassName
{
border-color: #FF6A1B;
}
</style>