Shades of Pumpkin #FC701A
Tints of Pumpkin #FC701A
RGB
CMYK
RGB Variations
Color information
#FC701A (or 0xFC701A) is known color: Pumpkin. HEX triplet: FC, 70 and 1A. RGB value is (252,112,26). Sum of RGB (Red+Green+Blue) = 252+112+26=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC701A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC701A is #038FE5. Grayscale: #909090. Windows color (decimal): -233446 or 1732860. OLE color: 1732860.
HSL color Cylindrical-coordinate representation of color #FC701A: hue angle of 22.83º 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 #FC701A is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 26 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.01 |
| HSL | 22.83º | 0.97% | 0.55% | - |
| HSV(B) | 22.83º | 0.9% | 0.99% | - |
| XYZ | 46.13 | 32.36 | 4.79 | - |
| YUV | 144.06 | 61.38 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 26 | 0 | 0.56 | 0.90 | 0.01 | 22.83 | 0.97 | 0.55 |
| Hex | FC | 70 | 1A | 0 | 38 | 5A | 1 | 17 | 61 | 37 |
| Octal | 374 | 160 | 32 | 0 | 70 | 132 | 1 | 27 | 141 | 67 |
| Binary | 11111100 | 1110000 | 11010 | 0 | 111000 | 1011010 | 1 | 10111 | 1100001 | 110111 |
Color Harmonies of #FC701A
Complementary color
Monochromatic Colors of #FC701A
Black with #FC701A
Text Example
Text Example
White with #FC701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC701A; }
p { color: rgb(252,112,26); }
H1.HeaderClassName
{
color: #FC701A;
}
.AnyTagClassName
{
color: #FC701A;
}
</style>
background-color css
<style>
a { background-color: #FC701A; }
a { background-color: rgb(252,112,26); }
div.DivClassName
{
background-color: #FC701A;
}
.BgClassName
{
background-color: #FC701A;
}
</style>
border-color css
<style>
span { border-color: #FC701A; }
span { border-color: rgb(252,112,26); }
td.TdClassName
{
border-color: #FC701A;
}
.TagClassName
{
border-color: #FC701A;
}
</style>