Shades of Pumpkin #F37010
Tints of Pumpkin #F37010
RGB
CMYK
RGB Variations
Color information
#F37010 (or 0xF37010) is known color: Pumpkin. HEX triplet: F3, 70 and 10. RGB value is (243,112,16). Sum of RGB (Red+Green+Blue) = 243+112+16=371 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.50% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 243 - color contains mainly: red. Hex color #F37010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37010 is #0C8FEF. Grayscale: #8C8C8C. Windows color (decimal): -823280 or 1077491. OLE color: 1077491.
HSL color Cylindrical-coordinate representation of color #F37010: hue angle of 25.37º 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 #F37010 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 16 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.05 |
| HSL | 25.37º | 0.9% | 0.51% | - |
| HSV(B) | 25.37º | 0.93% | 0.95% | - |
| XYZ | 42.85 | 30.68 | 4.15 | - |
| YUV | 140.23 | 57.9 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 16 | 0 | 0.54 | 0.93 | 0.05 | 25.37 | 0.9 | 0.51 |
| Hex | F3 | 70 | 10 | 0 | 36 | 5D | 5 | 19 | 5A | 33 |
| Octal | 363 | 160 | 20 | 0 | 66 | 135 | 5 | 31 | 132 | 63 |
| Binary | 11110011 | 1110000 | 10000 | 0 | 110110 | 1011101 | 101 | 11001 | 1011010 | 110011 |
Color Harmonies of #F37010
Complementary color
Monochromatic Colors of #F37010
Black with #F37010
Text Example
Text Example
White with #F37010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37010; }
p { color: rgb(243,112,16); }
H1.HeaderClassName
{
color: #F37010;
}
.AnyTagClassName
{
color: #F37010;
}
</style>
background-color css
<style>
a { background-color: #F37010; }
a { background-color: rgb(243,112,16); }
div.DivClassName
{
background-color: #F37010;
}
.BgClassName
{
background-color: #F37010;
}
</style>
border-color css
<style>
span { border-color: #F37010; }
span { border-color: rgb(243,112,16); }
td.TdClassName
{
border-color: #F37010;
}
.TagClassName
{
border-color: #F37010;
}
</style>