Shades of Pumpkin #F06717
Tints of Pumpkin #F06717
RGB
CMYK
RGB Variations
Color information
#F06717 (or 0xF06717) is known color: Pumpkin. HEX triplet: F0, 67 and 17. RGB value is (240,103,23). Sum of RGB (Red+Green+Blue) = 240+103+23=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F06717 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06717 is #0F98E8. Grayscale: #878787. Windows color (decimal): -1022185 or 1533936. OLE color: 1533936.
HSL color Cylindrical-coordinate representation of color #F06717: hue angle of 22.12º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F06717 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 23 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.06 |
| HSL | 22.12º | 0.88% | 0.52% | - |
| HSV(B) | 22.12º | 0.9% | 0.94% | - |
| XYZ | 40.94 | 28.29 | 4.11 | - |
| YUV | 134.84 | 64.89 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 23 | 0 | 0.57 | 0.90 | 0.06 | 22.12 | 0.88 | 0.52 |
| Hex | F0 | 67 | 17 | 0 | 39 | 5A | 6 | 16 | 58 | 34 |
| Octal | 360 | 147 | 27 | 0 | 71 | 132 | 6 | 26 | 130 | 64 |
| Binary | 11110000 | 1100111 | 10111 | 0 | 111001 | 1011010 | 110 | 10110 | 1011000 | 110100 |
Color Harmonies of #F06717
Complementary color
Monochromatic Colors of #F06717
Black with #F06717
Text Example
Text Example
White with #F06717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06717; }
p { color: rgb(240,103,23); }
H1.HeaderClassName
{
color: #F06717;
}
.AnyTagClassName
{
color: #F06717;
}
</style>
background-color css
<style>
a { background-color: #F06717; }
a { background-color: rgb(240,103,23); }
div.DivClassName
{
background-color: #F06717;
}
.BgClassName
{
background-color: #F06717;
}
</style>
border-color css
<style>
span { border-color: #F06717; }
span { border-color: rgb(240,103,23); }
td.TdClassName
{
border-color: #F06717;
}
.TagClassName
{
border-color: #F06717;
}
</style>