Shades of Pumpkin #FC6F0C
Tints of Pumpkin #FC6F0C
RGB
CMYK
RGB Variations
Color information
#FC6F0C (or 0xFC6F0C) is known color: Pumpkin. HEX triplet: FC, 6F and 0C. RGB value is (252,111,12). Sum of RGB (Red+Green+Blue) = 252+111+12=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6F0C is #0390F3. Grayscale: #8E8E8E. Windows color (decimal): -233716 or 815100. OLE color: 815100.
HSL color Cylindrical-coordinate representation of color #FC6F0C: hue angle of 24.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC6F0C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.01 |
| HSL | 24.75º | 0.98% | 0.52% | - |
| HSV(B) | 24.75º | 0.95% | 0.99% | - |
| XYZ | 45.9 | 32.09 | 4.12 | - |
| YUV | 141.87 | 54.71 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 12 | 0 | 0.56 | 0.95 | 0.01 | 24.75 | 0.98 | 0.52 |
| Hex | FC | 6F | C | 0 | 38 | 5F | 1 | 19 | 62 | 34 |
| Octal | 374 | 157 | 14 | 0 | 70 | 137 | 1 | 31 | 142 | 64 |
| Binary | 11111100 | 1101111 | 1100 | 0 | 111000 | 1011111 | 1 | 11001 | 1100010 | 110100 |
Color Harmonies of #FC6F0C
Complementary color
Monochromatic Colors of #FC6F0C
Black with #FC6F0C
Text Example
Text Example
White with #FC6F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6F0C; }
p { color: rgb(252,111,12); }
H1.HeaderClassName
{
color: #FC6F0C;
}
.AnyTagClassName
{
color: #FC6F0C;
}
</style>
background-color css
<style>
a { background-color: #FC6F0C; }
a { background-color: rgb(252,111,12); }
div.DivClassName
{
background-color: #FC6F0C;
}
.BgClassName
{
background-color: #FC6F0C;
}
</style>
border-color css
<style>
span { border-color: #FC6F0C; }
span { border-color: rgb(252,111,12); }
td.TdClassName
{
border-color: #FC6F0C;
}
.TagClassName
{
border-color: #FC6F0C;
}
</style>