Shades of Pumpkin #F06F15
Tints of Pumpkin #F06F15
RGB
CMYK
RGB Variations
Color information
#F06F15 (or 0xF06F15) is known color: Pumpkin. HEX triplet: F0, 6F and 15. RGB value is (240,111,21). Sum of RGB (Red+Green+Blue) = 240+111+21=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06F15 is #0F90EA. Grayscale: #8B8B8B. Windows color (decimal): -1020139 or 1404912. OLE color: 1404912.
HSL color Cylindrical-coordinate representation of color #F06F15: hue angle of 24.66º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F06F15 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 21 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.06 |
| HSL | 24.66º | 0.88% | 0.51% | - |
| HSV(B) | 24.66º | 0.91% | 0.94% | - |
| XYZ | 41.75 | 29.95 | 4.29 | - |
| YUV | 139.31 | 61.24 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 21 | 0 | 0.54 | 0.91 | 0.06 | 24.66 | 0.88 | 0.51 |
| Hex | F0 | 6F | 15 | 0 | 36 | 5B | 6 | 19 | 58 | 33 |
| Octal | 360 | 157 | 25 | 0 | 66 | 133 | 6 | 31 | 130 | 63 |
| Binary | 11110000 | 1101111 | 10101 | 0 | 110110 | 1011011 | 110 | 11001 | 1011000 | 110011 |
Color Harmonies of #F06F15
Complementary color
Monochromatic Colors of #F06F15
Black with #F06F15
Text Example
Text Example
White with #F06F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F15; }
p { color: rgb(240,111,21); }
H1.HeaderClassName
{
color: #F06F15;
}
.AnyTagClassName
{
color: #F06F15;
}
</style>
background-color css
<style>
a { background-color: #F06F15; }
a { background-color: rgb(240,111,21); }
div.DivClassName
{
background-color: #F06F15;
}
.BgClassName
{
background-color: #F06F15;
}
</style>
border-color css
<style>
span { border-color: #F06F15; }
span { border-color: rgb(240,111,21); }
td.TdClassName
{
border-color: #F06F15;
}
.TagClassName
{
border-color: #F06F15;
}
</style>