Shades of Pumpkin #F67F16
Tints of Pumpkin #F67F16
RGB
CMYK
RGB Variations
Color information
#F67F16 (or 0xF67F16) is known color: Pumpkin. HEX triplet: F6, 7F and 16. RGB value is (246,127,22). Sum of RGB (Red+Green+Blue) = 246+127+22=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67F16 is #0980E9. Grayscale: #979797. Windows color (decimal): -622826 or 1474550. OLE color: 1474550.
HSL color Cylindrical-coordinate representation of color #F67F16: hue angle of 28.12º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F67F16 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 22 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.04 |
| HSL | 28.13º | 0.93% | 0.53% | - |
| HSV(B) | 28.13º | 0.91% | 0.96% | - |
| XYZ | 45.74 | 34.83 | 5.07 | - |
| YUV | 150.61 | 55.42 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 22 | 0 | 0.48 | 0.91 | 0.04 | 28.13 | 0.93 | 0.53 |
| Hex | F6 | 7F | 16 | 0 | 30 | 5B | 4 | 1C | 5D | 35 |
| Octal | 366 | 177 | 26 | 0 | 60 | 133 | 4 | 34 | 135 | 65 |
| Binary | 11110110 | 1111111 | 10110 | 0 | 110000 | 1011011 | 100 | 11100 | 1011101 | 110101 |
Color Harmonies of #F67F16
Complementary color
Monochromatic Colors of #F67F16
Black with #F67F16
Text Example
Text Example
White with #F67F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F16; }
p { color: rgb(246,127,22); }
H1.HeaderClassName
{
color: #F67F16;
}
.AnyTagClassName
{
color: #F67F16;
}
</style>
background-color css
<style>
a { background-color: #F67F16; }
a { background-color: rgb(246,127,22); }
div.DivClassName
{
background-color: #F67F16;
}
.BgClassName
{
background-color: #F67F16;
}
</style>
border-color css
<style>
span { border-color: #F67F16; }
span { border-color: rgb(246,127,22); }
td.TdClassName
{
border-color: #F67F16;
}
.TagClassName
{
border-color: #F67F16;
}
</style>