Shades of Pumpkin #FC790A
Tints of Pumpkin #FC790A
RGB
CMYK
RGB Variations
Color information
#FC790A (or 0xFC790A) is known color: Pumpkin. HEX triplet: FC, 79 and 0A. RGB value is (252,121,10). Sum of RGB (Red+Green+Blue) = 252+121+10=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC790A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC790A is #0386F5. Grayscale: #949494. Windows color (decimal): -231158 or 686588. OLE color: 686588.
HSL color Cylindrical-coordinate representation of color #FC790A: hue angle of 27.52º 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 #FC790A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.01 |
| HSL | 27.52º | 0.98% | 0.51% | - |
| HSV(B) | 27.52º | 0.96% | 0.99% | - |
| XYZ | 47.04 | 34.39 | 4.45 | - |
| YUV | 147.52 | 50.4 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 10 | 0 | 0.52 | 0.96 | 0.01 | 27.52 | 0.98 | 0.51 |
| Hex | FC | 79 | A | 0 | 34 | 60 | 1 | 1C | 62 | 33 |
| Octal | 374 | 171 | 12 | 0 | 64 | 140 | 1 | 34 | 142 | 63 |
| Binary | 11111100 | 1111001 | 1010 | 0 | 110100 | 1100000 | 1 | 11100 | 1100010 | 110011 |
Color Harmonies of #FC790A
Complementary color
Monochromatic Colors of #FC790A
Black with #FC790A
Text Example
Text Example
White with #FC790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC790A; }
p { color: rgb(252,121,10); }
H1.HeaderClassName
{
color: #FC790A;
}
.AnyTagClassName
{
color: #FC790A;
}
</style>
background-color css
<style>
a { background-color: #FC790A; }
a { background-color: rgb(252,121,10); }
div.DivClassName
{
background-color: #FC790A;
}
.BgClassName
{
background-color: #FC790A;
}
</style>
border-color css
<style>
span { border-color: #FC790A; }
span { border-color: rgb(252,121,10); }
td.TdClassName
{
border-color: #FC790A;
}
.TagClassName
{
border-color: #FC790A;
}
</style>