Shades of Pumpkin #F6760D
Tints of Pumpkin #F6760D
RGB
CMYK
RGB Variations
Color information
#F6760D (or 0xF6760D) is known color: Pumpkin. HEX triplet: F6, 76 and 0D. RGB value is (246,118,13). Sum of RGB (Red+Green+Blue) = 246+118+13=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F6760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6760D is #0989F2. Grayscale: #909090. Windows color (decimal): -625139 or 882422. OLE color: 882422.
HSL color Cylindrical-coordinate representation of color #F6760D: hue angle of 27.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6760D is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 13 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.04 |
| HSL | 27.04º | 0.93% | 0.51% | - |
| HSV(B) | 27.04º | 0.95% | 0.96% | - |
| XYZ | 44.56 | 32.58 | 4.32 | - |
| YUV | 144.3 | 53.91 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 13 | 0 | 0.52 | 0.95 | 0.04 | 27.04 | 0.93 | 0.51 |
| Hex | F6 | 76 | D | 0 | 34 | 5F | 4 | 1B | 5D | 33 |
| Octal | 366 | 166 | 15 | 0 | 64 | 137 | 4 | 33 | 135 | 63 |
| Binary | 11110110 | 1110110 | 1101 | 0 | 110100 | 1011111 | 100 | 11011 | 1011101 | 110011 |
Color Harmonies of #F6760D
Complementary color
Monochromatic Colors of #F6760D
Black with #F6760D
Text Example
Text Example
White with #F6760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6760D; }
p { color: rgb(246,118,13); }
H1.HeaderClassName
{
color: #F6760D;
}
.AnyTagClassName
{
color: #F6760D;
}
</style>
background-color css
<style>
a { background-color: #F6760D; }
a { background-color: rgb(246,118,13); }
div.DivClassName
{
background-color: #F6760D;
}
.BgClassName
{
background-color: #F6760D;
}
</style>
border-color css
<style>
span { border-color: #F6760D; }
span { border-color: rgb(246,118,13); }
td.TdClassName
{
border-color: #F6760D;
}
.TagClassName
{
border-color: #F6760D;
}
</style>