Shades of Pumpkin #F36F12
Tints of Pumpkin #F36F12
RGB
CMYK
RGB Variations
Color information
#F36F12 (or 0xF36F12) is known color: Pumpkin. HEX triplet: F3, 6F and 12. RGB value is (243,111,18). Sum of RGB (Red+Green+Blue) = 243+111+18=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36F12 is #0C90ED. Grayscale: #8C8C8C. Windows color (decimal): -823534 or 1208307. OLE color: 1208307.
HSL color Cylindrical-coordinate representation of color #F36F12: hue angle of 24.8º degrees, saturation: 0.9, 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 #F36F12 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.05 |
| HSL | 24.8º | 0.9% | 0.51% | - |
| HSV(B) | 24.8º | 0.93% | 0.95% | - |
| XYZ | 42.76 | 30.47 | 4.2 | - |
| YUV | 139.87 | 59.23 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 18 | 0 | 0.54 | 0.93 | 0.05 | 24.8 | 0.9 | 0.51 |
| Hex | F3 | 6F | 12 | 0 | 36 | 5D | 5 | 19 | 5A | 33 |
| Octal | 363 | 157 | 22 | 0 | 66 | 135 | 5 | 31 | 132 | 63 |
| Binary | 11110011 | 1101111 | 10010 | 0 | 110110 | 1011101 | 101 | 11001 | 1011010 | 110011 |
Color Harmonies of #F36F12
Complementary color
Monochromatic Colors of #F36F12
Black with #F36F12
Text Example
Text Example
White with #F36F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F12; }
p { color: rgb(243,111,18); }
H1.HeaderClassName
{
color: #F36F12;
}
.AnyTagClassName
{
color: #F36F12;
}
</style>
background-color css
<style>
a { background-color: #F36F12; }
a { background-color: rgb(243,111,18); }
div.DivClassName
{
background-color: #F36F12;
}
.BgClassName
{
background-color: #F36F12;
}
</style>
border-color css
<style>
span { border-color: #F36F12; }
span { border-color: rgb(243,111,18); }
td.TdClassName
{
border-color: #F36F12;
}
.TagClassName
{
border-color: #F36F12;
}
</style>