Shades of Pumpkin #F36F1C
Tints of Pumpkin #F36F1C
RGB
CMYK
RGB Variations
Color information
#F36F1C (or 0xF36F1C) is known color: Pumpkin. HEX triplet: F3, 6F and 1C. RGB value is (243,111,28). Sum of RGB (Red+Green+Blue) = 243+111+28=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36F1C is #0C90E3. Grayscale: #8D8D8D. Windows color (decimal): -823524 or 1863667. OLE color: 1863667.
HSL color Cylindrical-coordinate representation of color #F36F1C: hue angle of 23.16º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F36F1C is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 28 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.05 |
| HSL | 23.16º | 0.9% | 0.53% | - |
| HSV(B) | 23.16º | 0.88% | 0.95% | - |
| XYZ | 42.86 | 30.51 | 4.73 | - |
| YUV | 141.01 | 64.23 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 28 | 0 | 0.54 | 0.88 | 0.05 | 23.16 | 0.9 | 0.53 |
| Hex | F3 | 6F | 1C | 0 | 36 | 58 | 5 | 17 | 5A | 35 |
| Octal | 363 | 157 | 34 | 0 | 66 | 130 | 5 | 27 | 132 | 65 |
| Binary | 11110011 | 1101111 | 11100 | 0 | 110110 | 1011000 | 101 | 10111 | 1011010 | 110101 |
Color Harmonies of #F36F1C
Complementary color
Monochromatic Colors of #F36F1C
Black with #F36F1C
Text Example
Text Example
White with #F36F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F1C; }
p { color: rgb(243,111,28); }
H1.HeaderClassName
{
color: #F36F1C;
}
.AnyTagClassName
{
color: #F36F1C;
}
</style>
background-color css
<style>
a { background-color: #F36F1C; }
a { background-color: rgb(243,111,28); }
div.DivClassName
{
background-color: #F36F1C;
}
.BgClassName
{
background-color: #F36F1C;
}
</style>
border-color css
<style>
span { border-color: #F36F1C; }
span { border-color: rgb(243,111,28); }
td.TdClassName
{
border-color: #F36F1C;
}
.TagClassName
{
border-color: #F36F1C;
}
</style>