Shades of Pumpkin #F36018
Tints of Pumpkin #F36018
RGB
CMYK
RGB Variations
Color information
#F36018 (or 0xF36018) is known color: Pumpkin. HEX triplet: F3, 60 and 18. RGB value is (243,96,24). Sum of RGB (Red+Green+Blue) = 243+96+24=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F36018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36018 is #0C9FE7. Grayscale: #848484. Windows color (decimal): -827368 or 1597683. OLE color: 1597683.
HSL color Cylindrical-coordinate representation of color #F36018: hue angle of 19.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F36018 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 24 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.05 |
| HSL | 19.73º | 0.9% | 0.52% | - |
| HSV(B) | 19.73º | 0.9% | 0.95% | - |
| XYZ | 41.31 | 27.49 | 3.99 | - |
| YUV | 131.75 | 67.2 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 24 | 0 | 0.60 | 0.90 | 0.05 | 19.73 | 0.9 | 0.52 |
| Hex | F3 | 60 | 18 | 0 | 3C | 5A | 5 | 14 | 5A | 34 |
| Octal | 363 | 140 | 30 | 0 | 74 | 132 | 5 | 24 | 132 | 64 |
| Binary | 11110011 | 1100000 | 11000 | 0 | 111100 | 1011010 | 101 | 10100 | 1011010 | 110100 |
Color Harmonies of #F36018
Complementary color
Monochromatic Colors of #F36018
Black with #F36018
Text Example
Text Example
White with #F36018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36018; }
p { color: rgb(243,96,24); }
H1.HeaderClassName
{
color: #F36018;
}
.AnyTagClassName
{
color: #F36018;
}
</style>
background-color css
<style>
a { background-color: #F36018; }
a { background-color: rgb(243,96,24); }
div.DivClassName
{
background-color: #F36018;
}
.BgClassName
{
background-color: #F36018;
}
</style>
border-color css
<style>
span { border-color: #F36018; }
span { border-color: rgb(243,96,24); }
td.TdClassName
{
border-color: #F36018;
}
.TagClassName
{
border-color: #F36018;
}
</style>