Shades of Pumpkin #F67A10
Tints of Pumpkin #F67A10
RGB
CMYK
RGB Variations
Color information
#F67A10 (or 0xF67A10) is known color: Pumpkin. HEX triplet: F6, 7A and 10. RGB value is (246,122,16). Sum of RGB (Red+Green+Blue) = 246+122+16=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67A10 is #0985EF. Grayscale: #939393. Windows color (decimal): -624112 or 1080054. OLE color: 1080054.
HSL color Cylindrical-coordinate representation of color #F67A10: hue angle of 27.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F67A10 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.04 |
| HSL | 27.65º | 0.93% | 0.51% | - |
| HSV(B) | 27.65º | 0.93% | 0.96% | - |
| XYZ | 45.06 | 33.55 | 4.59 | - |
| YUV | 146.99 | 54.08 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 16 | 0 | 0.50 | 0.93 | 0.04 | 27.65 | 0.93 | 0.51 |
| Hex | F6 | 7A | 10 | 0 | 32 | 5D | 4 | 1C | 5D | 33 |
| Octal | 366 | 172 | 20 | 0 | 62 | 135 | 4 | 34 | 135 | 63 |
| Binary | 11110110 | 1111010 | 10000 | 0 | 110010 | 1011101 | 100 | 11100 | 1011101 | 110011 |
Color Harmonies of #F67A10
Complementary color
Monochromatic Colors of #F67A10
Black with #F67A10
Text Example
Text Example
White with #F67A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67A10; }
p { color: rgb(246,122,16); }
H1.HeaderClassName
{
color: #F67A10;
}
.AnyTagClassName
{
color: #F67A10;
}
</style>
background-color css
<style>
a { background-color: #F67A10; }
a { background-color: rgb(246,122,16); }
div.DivClassName
{
background-color: #F67A10;
}
.BgClassName
{
background-color: #F67A10;
}
</style>
border-color css
<style>
span { border-color: #F67A10; }
span { border-color: rgb(246,122,16); }
td.TdClassName
{
border-color: #F67A10;
}
.TagClassName
{
border-color: #F67A10;
}
</style>