Shades of Pumpkin #FC780A
Tints of Pumpkin #FC780A
RGB
CMYK
RGB Variations
Color information
#FC780A (or 0xFC780A) is known color: Pumpkin. HEX triplet: FC, 78 and 0A. RGB value is (252,120,10). Sum of RGB (Red+Green+Blue) = 252+120+10=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC780A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC780A is #0387F5. Grayscale: #939393. Windows color (decimal): -231414 or 686332. OLE color: 686332.
HSL color Cylindrical-coordinate representation of color #FC780A: hue angle of 27.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC780A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.01 |
| HSL | 27.27º | 0.98% | 0.51% | - |
| HSV(B) | 27.27º | 0.96% | 0.99% | - |
| XYZ | 46.92 | 34.15 | 4.41 | - |
| YUV | 146.93 | 50.73 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 10 | 0 | 0.52 | 0.96 | 0.01 | 27.27 | 0.98 | 0.51 |
| Hex | FC | 78 | A | 0 | 34 | 60 | 1 | 1B | 62 | 33 |
| Octal | 374 | 170 | 12 | 0 | 64 | 140 | 1 | 33 | 142 | 63 |
| Binary | 11111100 | 1111000 | 1010 | 0 | 110100 | 1100000 | 1 | 11011 | 1100010 | 110011 |
Color Harmonies of #FC780A
Complementary color
Monochromatic Colors of #FC780A
Black with #FC780A
Text Example
Text Example
White with #FC780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC780A; }
p { color: rgb(252,120,10); }
H1.HeaderClassName
{
color: #FC780A;
}
.AnyTagClassName
{
color: #FC780A;
}
</style>
background-color css
<style>
a { background-color: #FC780A; }
a { background-color: rgb(252,120,10); }
div.DivClassName
{
background-color: #FC780A;
}
.BgClassName
{
background-color: #FC780A;
}
</style>
border-color css
<style>
span { border-color: #FC780A; }
span { border-color: rgb(252,120,10); }
td.TdClassName
{
border-color: #FC780A;
}
.TagClassName
{
border-color: #FC780A;
}
</style>