Shades of Pumpkin #FC760B
Tints of Pumpkin #FC760B
RGB
CMYK
RGB Variations
Color information
#FC760B (or 0xFC760B) is known color: Pumpkin. HEX triplet: FC, 76 and 0B. RGB value is (252,118,11). Sum of RGB (Red+Green+Blue) = 252+118+11=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC760B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC760B is #0389F4. Grayscale: #929292. Windows color (decimal): -231925 or 751356. OLE color: 751356.
HSL color Cylindrical-coordinate representation of color #FC760B: hue angle of 26.64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC760B is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 11 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.01 |
| HSL | 26.64º | 0.98% | 0.52% | - |
| HSV(B) | 26.64º | 0.96% | 0.99% | - |
| XYZ | 46.68 | 33.68 | 4.36 | - |
| YUV | 145.87 | 51.89 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 11 | 0 | 0.53 | 0.96 | 0.01 | 26.64 | 0.98 | 0.52 |
| Hex | FC | 76 | B | 0 | 35 | 60 | 1 | 1B | 62 | 34 |
| Octal | 374 | 166 | 13 | 0 | 65 | 140 | 1 | 33 | 142 | 64 |
| Binary | 11111100 | 1110110 | 1011 | 0 | 110101 | 1100000 | 1 | 11011 | 1100010 | 110100 |
Color Harmonies of #FC760B
Complementary color
Monochromatic Colors of #FC760B
Black with #FC760B
Text Example
Text Example
White with #FC760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC760B; }
p { color: rgb(252,118,11); }
H1.HeaderClassName
{
color: #FC760B;
}
.AnyTagClassName
{
color: #FC760B;
}
</style>
background-color css
<style>
a { background-color: #FC760B; }
a { background-color: rgb(252,118,11); }
div.DivClassName
{
background-color: #FC760B;
}
.BgClassName
{
background-color: #FC760B;
}
</style>
border-color css
<style>
span { border-color: #FC760B; }
span { border-color: rgb(252,118,11); }
td.TdClassName
{
border-color: #FC760B;
}
.TagClassName
{
border-color: #FC760B;
}
</style>