Shades of Pumpkin #FF7412
Tints of Pumpkin #FF7412
RGB
CMYK
RGB Variations
Color information
#FF7412 (or 0xFF7412) is known color: Pumpkin. HEX triplet: FF, 74 and 12. RGB value is (255,116,18). Sum of RGB (Red+Green+Blue) = 255+116+18=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7412 is #008BED. Grayscale: #929292. Windows color (decimal): -35822 or 1209599. OLE color: 1209599.
HSL color Cylindrical-coordinate representation of color #FF7412: hue angle of 24.81º 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 #FF7412 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 18 | - |
| CMYK | 0 | 0.55 | 0.93 | 0 |
| HSL | 24.81º | 1% | 0.54% | - |
| HSV(B) | 24.81º | 0.93% | 1% | - |
| XYZ | 47.59 | 33.79 | 4.59 | - |
| YUV | 146.39 | 55.55 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 18 | 0 | 0.55 | 0.93 | 0 | 24.81 | 1 | 0.54 |
| Hex | FF | 74 | 12 | 0 | 37 | 5D | 0 | 19 | 64 | 36 |
| Octal | 377 | 164 | 22 | 0 | 67 | 135 | 0 | 31 | 144 | 66 |
| Binary | 11111111 | 1110100 | 10010 | 0 | 110111 | 1011101 | 0 | 11001 | 1100100 | 110110 |
Color Harmonies of #FF7412
Complementary color
Monochromatic Colors of #FF7412
Black with #FF7412
Text Example
Text Example
White with #FF7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7412; }
p { color: rgb(255,116,18); }
H1.HeaderClassName
{
color: #FF7412;
}
.AnyTagClassName
{
color: #FF7412;
}
</style>
background-color css
<style>
a { background-color: #FF7412; }
a { background-color: rgb(255,116,18); }
div.DivClassName
{
background-color: #FF7412;
}
.BgClassName
{
background-color: #FF7412;
}
</style>
border-color css
<style>
span { border-color: #FF7412; }
span { border-color: rgb(255,116,18); }
td.TdClassName
{
border-color: #FF7412;
}
.TagClassName
{
border-color: #FF7412;
}
</style>