Shades of Pumpkin #F37F18
Tints of Pumpkin #F37F18
RGB
CMYK
RGB Variations
Color information
#F37F18 (or 0xF37F18) is known color: Pumpkin. HEX triplet: F3, 7F and 18. RGB value is (243,127,24). Sum of RGB (Red+Green+Blue) = 243+127+24=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37F18 is #0C80E7. Grayscale: #969696. Windows color (decimal): -819432 or 1605619. OLE color: 1605619.
HSL color Cylindrical-coordinate representation of color #F37F18: hue angle of 28.22º 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 #F37F18 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 24 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.05 |
| HSL | 28.22º | 0.9% | 0.52% | - |
| HSV(B) | 28.22º | 0.9% | 0.95% | - |
| XYZ | 44.72 | 34.3 | 5.13 | - |
| YUV | 149.94 | 56.93 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 24 | 0 | 0.48 | 0.90 | 0.05 | 28.22 | 0.9 | 0.52 |
| Hex | F3 | 7F | 18 | 0 | 30 | 5A | 5 | 1C | 5A | 34 |
| Octal | 363 | 177 | 30 | 0 | 60 | 132 | 5 | 34 | 132 | 64 |
| Binary | 11110011 | 1111111 | 11000 | 0 | 110000 | 1011010 | 101 | 11100 | 1011010 | 110100 |
Color Harmonies of #F37F18
Complementary color
Monochromatic Colors of #F37F18
Black with #F37F18
Text Example
Text Example
White with #F37F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37F18; }
p { color: rgb(243,127,24); }
H1.HeaderClassName
{
color: #F37F18;
}
.AnyTagClassName
{
color: #F37F18;
}
</style>
background-color css
<style>
a { background-color: #F37F18; }
a { background-color: rgb(243,127,24); }
div.DivClassName
{
background-color: #F37F18;
}
.BgClassName
{
background-color: #F37F18;
}
</style>
border-color css
<style>
span { border-color: #F37F18; }
span { border-color: rgb(243,127,24); }
td.TdClassName
{
border-color: #F37F18;
}
.TagClassName
{
border-color: #F37F18;
}
</style>