Shades of Pumpkin #F76A1A
Tints of Pumpkin #F76A1A
RGB
CMYK
RGB Variations
Color information
#F76A1A (or 0xF76A1A) is known color: Pumpkin. HEX triplet: F7, 6A and 1A. RGB value is (247,106,26). Sum of RGB (Red+Green+Blue) = 247+106+26=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76A1A is #0895E5. Grayscale: #8B8B8B. Windows color (decimal): -562662 or 1731319. OLE color: 1731319.
HSL color Cylindrical-coordinate representation of color #F76A1A: hue angle of 21.72º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F76A1A is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 26 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.03 |
| HSL | 21.72º | 0.93% | 0.54% | - |
| HSV(B) | 21.72º | 0.89% | 0.97% | - |
| XYZ | 43.7 | 30.16 | 4.49 | - |
| YUV | 139.04 | 64.21 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 26 | 0 | 0.57 | 0.89 | 0.03 | 21.72 | 0.93 | 0.54 |
| Hex | F7 | 6A | 1A | 0 | 39 | 59 | 3 | 16 | 5D | 36 |
| Octal | 367 | 152 | 32 | 0 | 71 | 131 | 3 | 26 | 135 | 66 |
| Binary | 11110111 | 1101010 | 11010 | 0 | 111001 | 1011001 | 11 | 10110 | 1011101 | 110110 |
Color Harmonies of #F76A1A
Complementary color
Monochromatic Colors of #F76A1A
Black with #F76A1A
Text Example
Text Example
White with #F76A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A1A; }
p { color: rgb(247,106,26); }
H1.HeaderClassName
{
color: #F76A1A;
}
.AnyTagClassName
{
color: #F76A1A;
}
</style>
background-color css
<style>
a { background-color: #F76A1A; }
a { background-color: rgb(247,106,26); }
div.DivClassName
{
background-color: #F76A1A;
}
.BgClassName
{
background-color: #F76A1A;
}
</style>
border-color css
<style>
span { border-color: #F76A1A; }
span { border-color: rgb(247,106,26); }
td.TdClassName
{
border-color: #F76A1A;
}
.TagClassName
{
border-color: #F76A1A;
}
</style>