Shades of Pumpkin #F68114
Tints of Pumpkin #F68114
RGB
CMYK
RGB Variations
Color information
#F68114 (or 0xF68114) is known color: Pumpkin. HEX triplet: F6, 81 and 14. RGB value is (246,129,20). Sum of RGB (Red+Green+Blue) = 246+129+20=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F68114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68114 is #097EEB. Grayscale: #989898. Windows color (decimal): -622316 or 1343990. OLE color: 1343990.
HSL color Cylindrical-coordinate representation of color #F68114: hue angle of 28.94º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F68114 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 20 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.04 |
| HSL | 28.94º | 0.93% | 0.52% | - |
| HSV(B) | 28.94º | 0.92% | 0.96% | - |
| XYZ | 45.98 | 35.34 | 5.06 | - |
| YUV | 151.56 | 53.76 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 20 | 0 | 0.48 | 0.92 | 0.04 | 28.94 | 0.93 | 0.52 |
| Hex | F6 | 81 | 14 | 0 | 30 | 5C | 4 | 1D | 5D | 34 |
| Octal | 366 | 201 | 24 | 0 | 60 | 134 | 4 | 35 | 135 | 64 |
| Binary | 11110110 | 10000001 | 10100 | 0 | 110000 | 1011100 | 100 | 11101 | 1011101 | 110100 |
Color Harmonies of #F68114
Complementary color
Monochromatic Colors of #F68114
Black with #F68114
Text Example
Text Example
White with #F68114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68114; }
p { color: rgb(246,129,20); }
H1.HeaderClassName
{
color: #F68114;
}
.AnyTagClassName
{
color: #F68114;
}
</style>
background-color css
<style>
a { background-color: #F68114; }
a { background-color: rgb(246,129,20); }
div.DivClassName
{
background-color: #F68114;
}
.BgClassName
{
background-color: #F68114;
}
</style>
border-color css
<style>
span { border-color: #F68114; }
span { border-color: rgb(246,129,20); }
td.TdClassName
{
border-color: #F68114;
}
.TagClassName
{
border-color: #F68114;
}
</style>