Shades of Pumpkin #FF7E12
Tints of Pumpkin #FF7E12
RGB
CMYK
RGB Variations
Color information
#FF7E12 (or 0xFF7E12) is known color: Pumpkin. HEX triplet: FF, 7E and 12. RGB value is (255,126,18). Sum of RGB (Red+Green+Blue) = 255+126+18=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7E12 is #0081ED. Grayscale: #989898. Windows color (decimal): -33262 or 1212159. OLE color: 1212159.
HSL color Cylindrical-coordinate representation of color #FF7E12: hue angle of 27.34º 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 #FF7E12 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 18 | - |
| CMYK | 0 | 0.51 | 0.93 | 0 |
| HSL | 27.34º | 1% | 0.54% | - |
| HSV(B) | 27.34º | 0.93% | 1% | - |
| XYZ | 48.81 | 36.23 | 4.99 | - |
| YUV | 152.26 | 52.24 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 18 | 0 | 0.51 | 0.93 | 0 | 27.34 | 1 | 0.54 |
| Hex | FF | 7E | 12 | 0 | 33 | 5D | 0 | 1B | 64 | 36 |
| Octal | 377 | 176 | 22 | 0 | 63 | 135 | 0 | 33 | 144 | 66 |
| Binary | 11111111 | 1111110 | 10010 | 0 | 110011 | 1011101 | 0 | 11011 | 1100100 | 110110 |
Color Harmonies of #FF7E12
Complementary color
Monochromatic Colors of #FF7E12
Black with #FF7E12
Text Example
Text Example
White with #FF7E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E12; }
p { color: rgb(255,126,18); }
H1.HeaderClassName
{
color: #FF7E12;
}
.AnyTagClassName
{
color: #FF7E12;
}
</style>
background-color css
<style>
a { background-color: #FF7E12; }
a { background-color: rgb(255,126,18); }
div.DivClassName
{
background-color: #FF7E12;
}
.BgClassName
{
background-color: #FF7E12;
}
</style>
border-color css
<style>
span { border-color: #FF7E12; }
span { border-color: rgb(255,126,18); }
td.TdClassName
{
border-color: #FF7E12;
}
.TagClassName
{
border-color: #FF7E12;
}
</style>