Shades of Pumpkin #F16F12
Tints of Pumpkin #F16F12
RGB
CMYK
RGB Variations
Color information
#F16F12 (or 0xF16F12) is known color: Pumpkin. HEX triplet: F1, 6F and 12. RGB value is (241,111,18). Sum of RGB (Red+Green+Blue) = 241+111+18=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16F12 is #0E90ED. Grayscale: #8B8B8B. Windows color (decimal): -954606 or 1208305. OLE color: 1208305.
HSL color Cylindrical-coordinate representation of color #F16F12: hue angle of 25.02º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F16F12 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.05 |
| HSL | 25.02º | 0.89% | 0.51% | - |
| HSV(B) | 25.02º | 0.93% | 0.95% | - |
| XYZ | 42.07 | 30.11 | 4.17 | - |
| YUV | 139.27 | 59.57 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 18 | 0 | 0.54 | 0.93 | 0.05 | 25.02 | 0.89 | 0.51 |
| Hex | F1 | 6F | 12 | 0 | 36 | 5D | 5 | 19 | 59 | 33 |
| Octal | 361 | 157 | 22 | 0 | 66 | 135 | 5 | 31 | 131 | 63 |
| Binary | 11110001 | 1101111 | 10010 | 0 | 110110 | 1011101 | 101 | 11001 | 1011001 | 110011 |
Color Harmonies of #F16F12
Complementary color
Monochromatic Colors of #F16F12
Black with #F16F12
Text Example
Text Example
White with #F16F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F12; }
p { color: rgb(241,111,18); }
H1.HeaderClassName
{
color: #F16F12;
}
.AnyTagClassName
{
color: #F16F12;
}
</style>
background-color css
<style>
a { background-color: #F16F12; }
a { background-color: rgb(241,111,18); }
div.DivClassName
{
background-color: #F16F12;
}
.BgClassName
{
background-color: #F16F12;
}
</style>
border-color css
<style>
span { border-color: #F16F12; }
span { border-color: rgb(241,111,18); }
td.TdClassName
{
border-color: #F16F12;
}
.TagClassName
{
border-color: #F16F12;
}
</style>