Shades of Pumpkin #F06914
Tints of Pumpkin #F06914
RGB
CMYK
RGB Variations
Color information
#F06914 (or 0xF06914) is known color: Pumpkin. HEX triplet: F0, 69 and 14. RGB value is (240,105,20). Sum of RGB (Red+Green+Blue) = 240+105+20=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F06914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06914 is #0F96EB. Grayscale: #888888. Windows color (decimal): -1021676 or 1337840. OLE color: 1337840.
HSL color Cylindrical-coordinate representation of color #F06914: hue angle of 23.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F06914 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.06 |
| HSL | 23.18º | 0.88% | 0.51% | - |
| HSV(B) | 23.18º | 0.92% | 0.94% | - |
| XYZ | 41.11 | 28.68 | 4.03 | - |
| YUV | 135.68 | 62.73 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 20 | 0 | 0.56 | 0.92 | 0.06 | 23.18 | 0.88 | 0.51 |
| Hex | F0 | 69 | 14 | 0 | 38 | 5C | 6 | 17 | 58 | 33 |
| Octal | 360 | 151 | 24 | 0 | 70 | 134 | 6 | 27 | 130 | 63 |
| Binary | 11110000 | 1101001 | 10100 | 0 | 111000 | 1011100 | 110 | 10111 | 1011000 | 110011 |
Color Harmonies of #F06914
Complementary color
Monochromatic Colors of #F06914
Black with #F06914
Text Example
Text Example
White with #F06914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06914; }
p { color: rgb(240,105,20); }
H1.HeaderClassName
{
color: #F06914;
}
.AnyTagClassName
{
color: #F06914;
}
</style>
background-color css
<style>
a { background-color: #F06914; }
a { background-color: rgb(240,105,20); }
div.DivClassName
{
background-color: #F06914;
}
.BgClassName
{
background-color: #F06914;
}
</style>
border-color css
<style>
span { border-color: #F06914; }
span { border-color: rgb(240,105,20); }
td.TdClassName
{
border-color: #F06914;
}
.TagClassName
{
border-color: #F06914;
}
</style>