Shades of Pumpkin #FF6F12
Tints of Pumpkin #FF6F12
RGB
CMYK
RGB Variations
Color information
#FF6F12 (or 0xFF6F12) is known color: Pumpkin. HEX triplet: FF, 6F and 12. RGB value is (255,111,18). Sum of RGB (Red+Green+Blue) = 255+111+18=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F12 is #0090ED. Grayscale: #8F8F8F. Windows color (decimal): -37102 or 1208319. OLE color: 1208319.
HSL color Cylindrical-coordinate representation of color #FF6F12: hue angle of 23.54º 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 #FF6F12 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 18 | - |
| CMYK | 0 | 0.56 | 0.93 | 0 |
| HSL | 23.54º | 1% | 0.54% | - |
| HSV(B) | 23.54º | 0.93% | 1% | - |
| XYZ | 47.03 | 32.67 | 4.4 | - |
| YUV | 143.45 | 57.21 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 18 | 0 | 0.56 | 0.93 | 0 | 23.54 | 1 | 0.54 |
| Hex | FF | 6F | 12 | 0 | 38 | 5D | 0 | 18 | 64 | 36 |
| Octal | 377 | 157 | 22 | 0 | 70 | 135 | 0 | 30 | 144 | 66 |
| Binary | 11111111 | 1101111 | 10010 | 0 | 111000 | 1011101 | 0 | 11000 | 1100100 | 110110 |
Color Harmonies of #FF6F12
Complementary color
Monochromatic Colors of #FF6F12
Black with #FF6F12
Text Example
Text Example
White with #FF6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F12; }
p { color: rgb(255,111,18); }
H1.HeaderClassName
{
color: #FF6F12;
}
.AnyTagClassName
{
color: #FF6F12;
}
</style>
background-color css
<style>
a { background-color: #FF6F12; }
a { background-color: rgb(255,111,18); }
div.DivClassName
{
background-color: #FF6F12;
}
.BgClassName
{
background-color: #FF6F12;
}
</style>
border-color css
<style>
span { border-color: #FF6F12; }
span { border-color: rgb(255,111,18); }
td.TdClassName
{
border-color: #FF6F12;
}
.TagClassName
{
border-color: #FF6F12;
}
</style>