Shades of Pumpkin #F6760B
Tints of Pumpkin #F6760B
RGB
CMYK
RGB Variations
Color information
#F6760B (or 0xF6760B) is known color: Pumpkin. HEX triplet: F6, 76 and 0B. RGB value is (246,118,11). Sum of RGB (Red+Green+Blue) = 246+118+11=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6760B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6760B is #0989F4. Grayscale: #909090. Windows color (decimal): -625141 or 751350. OLE color: 751350.
HSL color Cylindrical-coordinate representation of color #F6760B: hue angle of 27.32º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6760B is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 11 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.04 |
| HSL | 27.32º | 0.93% | 0.5% | - |
| HSV(B) | 27.32º | 0.96% | 0.96% | - |
| XYZ | 44.54 | 32.57 | 4.26 | - |
| YUV | 144.07 | 52.91 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 11 | 0 | 0.52 | 0.96 | 0.04 | 27.32 | 0.93 | 0.5 |
| Hex | F6 | 76 | B | 0 | 34 | 60 | 4 | 1B | 5D | 32 |
| Octal | 366 | 166 | 13 | 0 | 64 | 140 | 4 | 33 | 135 | 62 |
| Binary | 11110110 | 1110110 | 1011 | 0 | 110100 | 1100000 | 100 | 11011 | 1011101 | 110010 |
Color Harmonies of #F6760B
Complementary color
Monochromatic Colors of #F6760B
Black with #F6760B
Text Example
Text Example
White with #F6760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6760B; }
p { color: rgb(246,118,11); }
H1.HeaderClassName
{
color: #F6760B;
}
.AnyTagClassName
{
color: #F6760B;
}
</style>
background-color css
<style>
a { background-color: #F6760B; }
a { background-color: rgb(246,118,11); }
div.DivClassName
{
background-color: #F6760B;
}
.BgClassName
{
background-color: #F6760B;
}
</style>
border-color css
<style>
span { border-color: #F6760B; }
span { border-color: rgb(246,118,11); }
td.TdClassName
{
border-color: #F6760B;
}
.TagClassName
{
border-color: #F6760B;
}
</style>