Shades of Pumpkin #F76F10
Tints of Pumpkin #F76F10
RGB
CMYK
RGB Variations
Color information
#F76F10 (or 0xF76F10) is known color: Pumpkin. HEX triplet: F7, 6F and 10. RGB value is (247,111,16). Sum of RGB (Red+Green+Blue) = 247+111+16=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76F10 is #0890EF. Grayscale: #8D8D8D. Windows color (decimal): -561392 or 1077239. OLE color: 1077239.
HSL color Cylindrical-coordinate representation of color #F76F10: hue angle of 24.68º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F76F10 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 16 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.03 |
| HSL | 24.68º | 0.94% | 0.52% | - |
| HSV(B) | 24.68º | 0.94% | 0.97% | - |
| XYZ | 44.14 | 31.18 | 4.18 | - |
| YUV | 140.83 | 57.56 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 16 | 0 | 0.55 | 0.94 | 0.03 | 24.68 | 0.94 | 0.52 |
| Hex | F7 | 6F | 10 | 0 | 37 | 5E | 3 | 19 | 5E | 34 |
| Octal | 367 | 157 | 20 | 0 | 67 | 136 | 3 | 31 | 136 | 64 |
| Binary | 11110111 | 1101111 | 10000 | 0 | 110111 | 1011110 | 11 | 11001 | 1011110 | 110100 |
Color Harmonies of #F76F10
Complementary color
Monochromatic Colors of #F76F10
Black with #F76F10
Text Example
Text Example
White with #F76F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76F10; }
p { color: rgb(247,111,16); }
H1.HeaderClassName
{
color: #F76F10;
}
.AnyTagClassName
{
color: #F76F10;
}
</style>
background-color css
<style>
a { background-color: #F76F10; }
a { background-color: rgb(247,111,16); }
div.DivClassName
{
background-color: #F76F10;
}
.BgClassName
{
background-color: #F76F10;
}
</style>
border-color css
<style>
span { border-color: #F76F10; }
span { border-color: rgb(247,111,16); }
td.TdClassName
{
border-color: #F76F10;
}
.TagClassName
{
border-color: #F76F10;
}
</style>