Shades of Pumpkin #F67D0E
Tints of Pumpkin #F67D0E
RGB
CMYK
RGB Variations
Color information
#F67D0E (or 0xF67D0E) is known color: Pumpkin. HEX triplet: F6, 7D and 0E. RGB value is (246,125,14). Sum of RGB (Red+Green+Blue) = 246+125+14=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67D0E is #0982F1. Grayscale: #959595. Windows color (decimal): -623346 or 949750. OLE color: 949750.
HSL color Cylindrical-coordinate representation of color #F67D0E: hue angle of 28.71º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F67D0E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 14 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.04 |
| HSL | 28.71º | 0.93% | 0.51% | - |
| HSV(B) | 28.71º | 0.94% | 0.96% | - |
| XYZ | 45.42 | 34.29 | 4.64 | - |
| YUV | 148.53 | 52.09 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 14 | 0 | 0.49 | 0.94 | 0.04 | 28.71 | 0.93 | 0.51 |
| Hex | F6 | 7D | E | 0 | 31 | 5E | 4 | 1D | 5D | 33 |
| Octal | 366 | 175 | 16 | 0 | 61 | 136 | 4 | 35 | 135 | 63 |
| Binary | 11110110 | 1111101 | 1110 | 0 | 110001 | 1011110 | 100 | 11101 | 1011101 | 110011 |
Color Harmonies of #F67D0E
Complementary color
Monochromatic Colors of #F67D0E
Black with #F67D0E
Text Example
Text Example
White with #F67D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67D0E; }
p { color: rgb(246,125,14); }
H1.HeaderClassName
{
color: #F67D0E;
}
.AnyTagClassName
{
color: #F67D0E;
}
</style>
background-color css
<style>
a { background-color: #F67D0E; }
a { background-color: rgb(246,125,14); }
div.DivClassName
{
background-color: #F67D0E;
}
.BgClassName
{
background-color: #F67D0E;
}
</style>
border-color css
<style>
span { border-color: #F67D0E; }
span { border-color: rgb(246,125,14); }
td.TdClassName
{
border-color: #F67D0E;
}
.TagClassName
{
border-color: #F67D0E;
}
</style>