Shades of Pumpkin #FC6B0F
Tints of Pumpkin #FC6B0F
RGB
CMYK
RGB Variations
Color information
#FC6B0F (or 0xFC6B0F) is known color: Pumpkin. HEX triplet: FC, 6B and 0F. RGB value is (252,107,15). Sum of RGB (Red+Green+Blue) = 252+107+15=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6B0F is #0394F0. Grayscale: #8C8C8C. Windows color (decimal): -234737 or 1010684. OLE color: 1010684.
HSL color Cylindrical-coordinate representation of color #FC6B0F: hue angle of 23.29º 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 #FC6B0F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.01 |
| HSL | 23.29º | 0.98% | 0.52% | - |
| HSV(B) | 23.29º | 0.94% | 0.99% | - |
| XYZ | 45.49 | 31.25 | 4.09 | - |
| YUV | 139.87 | 57.54 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 15 | 0 | 0.58 | 0.94 | 0.01 | 23.29 | 0.98 | 0.52 |
| Hex | FC | 6B | F | 0 | 3A | 5E | 1 | 17 | 62 | 34 |
| Octal | 374 | 153 | 17 | 0 | 72 | 136 | 1 | 27 | 142 | 64 |
| Binary | 11111100 | 1101011 | 1111 | 0 | 111010 | 1011110 | 1 | 10111 | 1100010 | 110100 |
Color Harmonies of #FC6B0F
Complementary color
Monochromatic Colors of #FC6B0F
Black with #FC6B0F
Text Example
Text Example
White with #FC6B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B0F; }
p { color: rgb(252,107,15); }
H1.HeaderClassName
{
color: #FC6B0F;
}
.AnyTagClassName
{
color: #FC6B0F;
}
</style>
background-color css
<style>
a { background-color: #FC6B0F; }
a { background-color: rgb(252,107,15); }
div.DivClassName
{
background-color: #FC6B0F;
}
.BgClassName
{
background-color: #FC6B0F;
}
</style>
border-color css
<style>
span { border-color: #FC6B0F; }
span { border-color: rgb(252,107,15); }
td.TdClassName
{
border-color: #FC6B0F;
}
.TagClassName
{
border-color: #FC6B0F;
}
</style>