Shades of Pumpkin #FC6A1B
Tints of Pumpkin #FC6A1B
RGB
CMYK
RGB Variations
Color information
#FC6A1B (or 0xFC6A1B) is known color: Pumpkin. HEX triplet: FC, 6A and 1B. RGB value is (252,106,27). Sum of RGB (Red+Green+Blue) = 252+106+27=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A1B is #0395E4. Grayscale: #8D8D8D. Windows color (decimal): -234981 or 1796860. OLE color: 1796860.
HSL color Cylindrical-coordinate representation of color #FC6A1B: hue angle of 21.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC6A1B is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 27 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.01 |
| HSL | 21.07º | 0.97% | 0.55% | - |
| HSV(B) | 21.07º | 0.89% | 0.99% | - |
| XYZ | 45.5 | 31.08 | 4.64 | - |
| YUV | 140.65 | 63.87 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 27 | 0 | 0.58 | 0.89 | 0.01 | 21.07 | 0.97 | 0.55 |
| Hex | FC | 6A | 1B | 0 | 3A | 59 | 1 | 15 | 61 | 37 |
| Octal | 374 | 152 | 33 | 0 | 72 | 131 | 1 | 25 | 141 | 67 |
| Binary | 11111100 | 1101010 | 11011 | 0 | 111010 | 1011001 | 1 | 10101 | 1100001 | 110111 |
Color Harmonies of #FC6A1B
Complementary color
Monochromatic Colors of #FC6A1B
Black with #FC6A1B
Text Example
Text Example
White with #FC6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A1B; }
p { color: rgb(252,106,27); }
H1.HeaderClassName
{
color: #FC6A1B;
}
.AnyTagClassName
{
color: #FC6A1B;
}
</style>
background-color css
<style>
a { background-color: #FC6A1B; }
a { background-color: rgb(252,106,27); }
div.DivClassName
{
background-color: #FC6A1B;
}
.BgClassName
{
background-color: #FC6A1B;
}
</style>
border-color css
<style>
span { border-color: #FC6A1B; }
span { border-color: rgb(252,106,27); }
td.TdClassName
{
border-color: #FC6A1B;
}
.TagClassName
{
border-color: #FC6A1B;
}
</style>