Shades of Pumpkin #F36812
Tints of Pumpkin #F36812
RGB
CMYK
RGB Variations
Color information
#F36812 (or 0xF36812) is known color: Pumpkin. HEX triplet: F3, 68 and 12. RGB value is (243,104,18). Sum of RGB (Red+Green+Blue) = 243+104+18=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F36812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36812 is #0C97ED. Grayscale: #888888. Windows color (decimal): -825326 or 1206515. OLE color: 1206515.
HSL color Cylindrical-coordinate representation of color #F36812: hue angle of 22.93º 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 #F36812 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 18 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.05 |
| HSL | 22.93º | 0.9% | 0.51% | - |
| HSV(B) | 22.93º | 0.93% | 0.95% | - |
| XYZ | 42.02 | 29 | 3.95 | - |
| YUV | 135.76 | 61.55 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 18 | 0 | 0.57 | 0.93 | 0.05 | 22.93 | 0.9 | 0.51 |
| Hex | F3 | 68 | 12 | 0 | 39 | 5D | 5 | 17 | 5A | 33 |
| Octal | 363 | 150 | 22 | 0 | 71 | 135 | 5 | 27 | 132 | 63 |
| Binary | 11110011 | 1101000 | 10010 | 0 | 111001 | 1011101 | 101 | 10111 | 1011010 | 110011 |
Color Harmonies of #F36812
Complementary color
Monochromatic Colors of #F36812
Black with #F36812
Text Example
Text Example
White with #F36812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36812; }
p { color: rgb(243,104,18); }
H1.HeaderClassName
{
color: #F36812;
}
.AnyTagClassName
{
color: #F36812;
}
</style>
background-color css
<style>
a { background-color: #F36812; }
a { background-color: rgb(243,104,18); }
div.DivClassName
{
background-color: #F36812;
}
.BgClassName
{
background-color: #F36812;
}
</style>
border-color css
<style>
span { border-color: #F36812; }
span { border-color: rgb(243,104,18); }
td.TdClassName
{
border-color: #F36812;
}
.TagClassName
{
border-color: #F36812;
}
</style>