Shades of Pumpkin #FC781A
Tints of Pumpkin #FC781A
RGB
CMYK
RGB Variations
Color information
#FC781A (or 0xFC781A) is known color: Pumpkin. HEX triplet: FC, 78 and 1A. RGB value is (252,120,26). Sum of RGB (Red+Green+Blue) = 252+120+26=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC781A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC781A is #0387E5. Grayscale: #959595. Windows color (decimal): -231398 or 1734908. OLE color: 1734908.
HSL color Cylindrical-coordinate representation of color #FC781A: hue angle of 24.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC781A is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 26 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.01 |
| HSL | 24.96º | 0.97% | 0.55% | - |
| HSV(B) | 24.96º | 0.9% | 0.99% | - |
| XYZ | 47.05 | 34.2 | 5.1 | - |
| YUV | 148.75 | 58.73 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 26 | 0 | 0.52 | 0.90 | 0.01 | 24.96 | 0.97 | 0.55 |
| Hex | FC | 78 | 1A | 0 | 34 | 5A | 1 | 19 | 61 | 37 |
| Octal | 374 | 170 | 32 | 0 | 64 | 132 | 1 | 31 | 141 | 67 |
| Binary | 11111100 | 1111000 | 11010 | 0 | 110100 | 1011010 | 1 | 11001 | 1100001 | 110111 |
Color Harmonies of #FC781A
Complementary color
Monochromatic Colors of #FC781A
Black with #FC781A
Text Example
Text Example
White with #FC781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC781A; }
p { color: rgb(252,120,26); }
H1.HeaderClassName
{
color: #FC781A;
}
.AnyTagClassName
{
color: #FC781A;
}
</style>
background-color css
<style>
a { background-color: #FC781A; }
a { background-color: rgb(252,120,26); }
div.DivClassName
{
background-color: #FC781A;
}
.BgClassName
{
background-color: #FC781A;
}
</style>
border-color css
<style>
span { border-color: #FC781A; }
span { border-color: rgb(252,120,26); }
td.TdClassName
{
border-color: #FC781A;
}
.TagClassName
{
border-color: #FC781A;
}
</style>