Shades of Pumpkin #F06417
Tints of Pumpkin #F06417
RGB
CMYK
RGB Variations
Color information
#F06417 (or 0xF06417) is known color: Pumpkin. HEX triplet: F0, 64 and 17. RGB value is (240,100,23). Sum of RGB (Red+Green+Blue) = 240+100+23=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F06417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06417 is #0F9BE8. Grayscale: #858585. Windows color (decimal): -1022953 or 1533168. OLE color: 1533168.
HSL color Cylindrical-coordinate representation of color #F06417: hue angle of 21.29º 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 #F06417 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 23 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.06 |
| HSL | 21.29º | 0.88% | 0.52% | - |
| HSV(B) | 21.29º | 0.9% | 0.94% | - |
| XYZ | 40.65 | 27.7 | 4.02 | - |
| YUV | 133.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 23 | 0 | 0.58 | 0.90 | 0.06 | 21.29 | 0.88 | 0.52 |
| Hex | F0 | 64 | 17 | 0 | 3A | 5A | 6 | 15 | 58 | 34 |
| Octal | 360 | 144 | 27 | 0 | 72 | 132 | 6 | 25 | 130 | 64 |
| Binary | 11110000 | 1100100 | 10111 | 0 | 111010 | 1011010 | 110 | 10101 | 1011000 | 110100 |
Color Harmonies of #F06417
Complementary color
Monochromatic Colors of #F06417
Black with #F06417
Text Example
Text Example
White with #F06417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06417; }
p { color: rgb(240,100,23); }
H1.HeaderClassName
{
color: #F06417;
}
.AnyTagClassName
{
color: #F06417;
}
</style>
background-color css
<style>
a { background-color: #F06417; }
a { background-color: rgb(240,100,23); }
div.DivClassName
{
background-color: #F06417;
}
.BgClassName
{
background-color: #F06417;
}
</style>
border-color css
<style>
span { border-color: #F06417; }
span { border-color: rgb(240,100,23); }
td.TdClassName
{
border-color: #F06417;
}
.TagClassName
{
border-color: #F06417;
}
</style>