Shades of Pumpkin #F76A18
Tints of Pumpkin #F76A18
RGB
CMYK
RGB Variations
Color information
#F76A18 (or 0xF76A18) is known color: Pumpkin. HEX triplet: F7, 6A and 18. RGB value is (247,106,24). Sum of RGB (Red+Green+Blue) = 247+106+24=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76A18 is #0895E7. Grayscale: #8B8B8B. Windows color (decimal): -562664 or 1600247. OLE color: 1600247.
HSL color Cylindrical-coordinate representation of color #F76A18: hue angle of 22.06º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F76A18 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 24 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.03 |
| HSL | 22.06º | 0.93% | 0.53% | - |
| HSV(B) | 22.06º | 0.9% | 0.97% | - |
| XYZ | 43.68 | 30.15 | 4.38 | - |
| YUV | 138.81 | 63.21 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 24 | 0 | 0.57 | 0.90 | 0.03 | 22.06 | 0.93 | 0.53 |
| Hex | F7 | 6A | 18 | 0 | 39 | 5A | 3 | 16 | 5D | 35 |
| Octal | 367 | 152 | 30 | 0 | 71 | 132 | 3 | 26 | 135 | 65 |
| Binary | 11110111 | 1101010 | 11000 | 0 | 111001 | 1011010 | 11 | 10110 | 1011101 | 110101 |
Color Harmonies of #F76A18
Complementary color
Monochromatic Colors of #F76A18
Black with #F76A18
Text Example
Text Example
White with #F76A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A18; }
p { color: rgb(247,106,24); }
H1.HeaderClassName
{
color: #F76A18;
}
.AnyTagClassName
{
color: #F76A18;
}
</style>
background-color css
<style>
a { background-color: #F76A18; }
a { background-color: rgb(247,106,24); }
div.DivClassName
{
background-color: #F76A18;
}
.BgClassName
{
background-color: #F76A18;
}
</style>
border-color css
<style>
span { border-color: #F76A18; }
span { border-color: rgb(247,106,24); }
td.TdClassName
{
border-color: #F76A18;
}
.TagClassName
{
border-color: #F76A18;
}
</style>