Shades of Pumpkin #FC681D
Tints of Pumpkin #FC681D
RGB
CMYK
RGB Variations
Color information
#FC681D (or 0xFC681D) is known color: Pumpkin. HEX triplet: FC, 68 and 1D. RGB value is (252,104,29). Sum of RGB (Red+Green+Blue) = 252+104+29=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC681D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC681D is #0397E2. Grayscale: #8C8C8C. Windows color (decimal): -235491 or 1927420. OLE color: 1927420.
HSL color Cylindrical-coordinate representation of color #FC681D: hue angle of 20.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC681D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.01 |
| HSL | 20.18º | 0.97% | 0.55% | - |
| HSV(B) | 20.18º | 0.88% | 0.99% | - |
| XYZ | 45.32 | 30.68 | 4.7 | - |
| YUV | 139.7 | 65.53 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 29 | 0 | 0.59 | 0.88 | 0.01 | 20.18 | 0.97 | 0.55 |
| Hex | FC | 68 | 1D | 0 | 3B | 58 | 1 | 14 | 61 | 37 |
| Octal | 374 | 150 | 35 | 0 | 73 | 130 | 1 | 24 | 141 | 67 |
| Binary | 11111100 | 1101000 | 11101 | 0 | 111011 | 1011000 | 1 | 10100 | 1100001 | 110111 |
Color Harmonies of #FC681D
Complementary color
Monochromatic Colors of #FC681D
Black with #FC681D
Text Example
Text Example
White with #FC681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC681D; }
p { color: rgb(252,104,29); }
H1.HeaderClassName
{
color: #FC681D;
}
.AnyTagClassName
{
color: #FC681D;
}
</style>
background-color css
<style>
a { background-color: #FC681D; }
a { background-color: rgb(252,104,29); }
div.DivClassName
{
background-color: #FC681D;
}
.BgClassName
{
background-color: #FC681D;
}
</style>
border-color css
<style>
span { border-color: #FC681D; }
span { border-color: rgb(252,104,29); }
td.TdClassName
{
border-color: #FC681D;
}
.TagClassName
{
border-color: #FC681D;
}
</style>