Shades of Pumpkin #F76B1C
Tints of Pumpkin #F76B1C
RGB
CMYK
RGB Variations
Color information
#F76B1C (or 0xF76B1C) is known color: Pumpkin. HEX triplet: F7, 6B and 1C. RGB value is (247,107,28). Sum of RGB (Red+Green+Blue) = 247+107+28=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76B1C is #0894E3. Grayscale: #8C8C8C. Windows color (decimal): -562404 or 1862647. OLE color: 1862647.
HSL color Cylindrical-coordinate representation of color #F76B1C: hue angle of 21.64º 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 #F76B1C is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 28 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.03 |
| HSL | 21.64º | 0.93% | 0.54% | - |
| HSV(B) | 21.64º | 0.89% | 0.97% | - |
| XYZ | 43.83 | 30.37 | 4.65 | - |
| YUV | 139.85 | 64.88 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 28 | 0 | 0.57 | 0.89 | 0.03 | 21.64 | 0.93 | 0.54 |
| Hex | F7 | 6B | 1C | 0 | 39 | 59 | 3 | 16 | 5D | 36 |
| Octal | 367 | 153 | 34 | 0 | 71 | 131 | 3 | 26 | 135 | 66 |
| Binary | 11110111 | 1101011 | 11100 | 0 | 111001 | 1011001 | 11 | 10110 | 1011101 | 110110 |
Color Harmonies of #F76B1C
Complementary color
Monochromatic Colors of #F76B1C
Black with #F76B1C
Text Example
Text Example
White with #F76B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76B1C; }
p { color: rgb(247,107,28); }
H1.HeaderClassName
{
color: #F76B1C;
}
.AnyTagClassName
{
color: #F76B1C;
}
</style>
background-color css
<style>
a { background-color: #F76B1C; }
a { background-color: rgb(247,107,28); }
div.DivClassName
{
background-color: #F76B1C;
}
.BgClassName
{
background-color: #F76B1C;
}
</style>
border-color css
<style>
span { border-color: #F76B1C; }
span { border-color: rgb(247,107,28); }
td.TdClassName
{
border-color: #F76B1C;
}
.TagClassName
{
border-color: #F76B1C;
}
</style>