Shades of Pumpkin #FC6B0E
Tints of Pumpkin #FC6B0E
RGB
CMYK
RGB Variations
Color information
#FC6B0E (or 0xFC6B0E) is known color: Pumpkin. HEX triplet: FC, 6B and 0E. RGB value is (252,107,14). Sum of RGB (Red+Green+Blue) = 252+107+14=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6B0E is #0394F1. Grayscale: #8C8C8C. Windows color (decimal): -234738 or 945148. OLE color: 945148.
HSL color Cylindrical-coordinate representation of color #FC6B0E: hue angle of 23.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC6B0E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.01 |
| HSL | 23.45º | 0.98% | 0.52% | - |
| HSV(B) | 23.45º | 0.94% | 0.99% | - |
| XYZ | 45.48 | 31.24 | 4.05 | - |
| YUV | 139.75 | 57.04 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 14 | 0 | 0.58 | 0.94 | 0.01 | 23.45 | 0.98 | 0.52 |
| Hex | FC | 6B | E | 0 | 3A | 5E | 1 | 17 | 62 | 34 |
| Octal | 374 | 153 | 16 | 0 | 72 | 136 | 1 | 27 | 142 | 64 |
| Binary | 11111100 | 1101011 | 1110 | 0 | 111010 | 1011110 | 1 | 10111 | 1100010 | 110100 |
Color Harmonies of #FC6B0E
Complementary color
Monochromatic Colors of #FC6B0E
Black with #FC6B0E
Text Example
Text Example
White with #FC6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B0E; }
p { color: rgb(252,107,14); }
H1.HeaderClassName
{
color: #FC6B0E;
}
.AnyTagClassName
{
color: #FC6B0E;
}
</style>
background-color css
<style>
a { background-color: #FC6B0E; }
a { background-color: rgb(252,107,14); }
div.DivClassName
{
background-color: #FC6B0E;
}
.BgClassName
{
background-color: #FC6B0E;
}
</style>
border-color css
<style>
span { border-color: #FC6B0E; }
span { border-color: rgb(252,107,14); }
td.TdClassName
{
border-color: #FC6B0E;
}
.TagClassName
{
border-color: #FC6B0E;
}
</style>