Shades of Pumpkin #FF6C12
Tints of Pumpkin #FF6C12
RGB
CMYK
RGB Variations
Color information
#FF6C12 (or 0xFF6C12) is known color: Pumpkin. HEX triplet: FF, 6C and 12. RGB value is (255,108,18). Sum of RGB (Red+Green+Blue) = 255+108+18=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6C12 is #0093ED. Grayscale: #8E8E8E. Windows color (decimal): -37870 or 1207551. OLE color: 1207551.
HSL color Cylindrical-coordinate representation of color #FF6C12: hue angle of 22.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6C12 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 18 | - |
| CMYK | 0 | 0.58 | 0.93 | 0 |
| HSL | 22.78º | 1% | 0.54% | - |
| HSV(B) | 22.78º | 0.93% | 1% | - |
| XYZ | 46.71 | 32.03 | 4.29 | - |
| YUV | 141.69 | 58.2 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 18 | 0 | 0.58 | 0.93 | 0 | 22.78 | 1 | 0.54 |
| Hex | FF | 6C | 12 | 0 | 3A | 5D | 0 | 17 | 64 | 36 |
| Octal | 377 | 154 | 22 | 0 | 72 | 135 | 0 | 27 | 144 | 66 |
| Binary | 11111111 | 1101100 | 10010 | 0 | 111010 | 1011101 | 0 | 10111 | 1100100 | 110110 |
Color Harmonies of #FF6C12
Complementary color
Monochromatic Colors of #FF6C12
Black with #FF6C12
Text Example
Text Example
White with #FF6C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C12; }
p { color: rgb(255,108,18); }
H1.HeaderClassName
{
color: #FF6C12;
}
.AnyTagClassName
{
color: #FF6C12;
}
</style>
background-color css
<style>
a { background-color: #FF6C12; }
a { background-color: rgb(255,108,18); }
div.DivClassName
{
background-color: #FF6C12;
}
.BgClassName
{
background-color: #FF6C12;
}
</style>
border-color css
<style>
span { border-color: #FF6C12; }
span { border-color: rgb(255,108,18); }
td.TdClassName
{
border-color: #FF6C12;
}
.TagClassName
{
border-color: #FF6C12;
}
</style>