Shades of Pumpkin #FF7F12
Tints of Pumpkin #FF7F12
RGB
CMYK
RGB Variations
Color information
#FF7F12 (or 0xFF7F12) is known color: Pumpkin. HEX triplet: FF, 7F and 12. RGB value is (255,127,18). Sum of RGB (Red+Green+Blue) = 255+127+18=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F12 is #0080ED. Grayscale: #999999. Windows color (decimal): -33006 or 1212415. OLE color: 1212415.
HSL color Cylindrical-coordinate representation of color #FF7F12: hue angle of 27.59º 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 #FF7F12 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 18 | - |
| CMYK | 0 | 0.50 | 0.93 | 0 |
| HSL | 27.59º | 1% | 0.54% | - |
| HSV(B) | 27.59º | 0.93% | 1% | - |
| XYZ | 48.94 | 36.48 | 5.03 | - |
| YUV | 152.85 | 51.91 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 18 | 0 | 0.50 | 0.93 | 0 | 27.59 | 1 | 0.54 |
| Hex | FF | 7F | 12 | 0 | 32 | 5D | 0 | 1C | 64 | 36 |
| Octal | 377 | 177 | 22 | 0 | 62 | 135 | 0 | 34 | 144 | 66 |
| Binary | 11111111 | 1111111 | 10010 | 0 | 110010 | 1011101 | 0 | 11100 | 1100100 | 110110 |
Color Harmonies of #FF7F12
Complementary color
Monochromatic Colors of #FF7F12
Black with #FF7F12
Text Example
Text Example
White with #FF7F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F12; }
p { color: rgb(255,127,18); }
H1.HeaderClassName
{
color: #FF7F12;
}
.AnyTagClassName
{
color: #FF7F12;
}
</style>
background-color css
<style>
a { background-color: #FF7F12; }
a { background-color: rgb(255,127,18); }
div.DivClassName
{
background-color: #FF7F12;
}
.BgClassName
{
background-color: #FF7F12;
}
</style>
border-color css
<style>
span { border-color: #FF7F12; }
span { border-color: rgb(255,127,18); }
td.TdClassName
{
border-color: #FF7F12;
}
.TagClassName
{
border-color: #FF7F12;
}
</style>