Shades of Pumpkin #FC7E17
Tints of Pumpkin #FC7E17
RGB
CMYK
RGB Variations
Color information
#FC7E17 (or 0xFC7E17) is known color: Pumpkin. HEX triplet: FC, 7E and 17. RGB value is (252,126,23). Sum of RGB (Red+Green+Blue) = 252+126+23=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7E17 is #0381E8. Grayscale: #989898. Windows color (decimal): -229865 or 1539836. OLE color: 1539836.
HSL color Cylindrical-coordinate representation of color #FC7E17: hue angle of 26.99º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC7E17 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 23 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.01 |
| HSL | 26.99º | 0.97% | 0.54% | - |
| HSV(B) | 26.99º | 0.91% | 0.99% | - |
| XYZ | 47.76 | 35.68 | 5.18 | - |
| YUV | 151.93 | 55.24 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 23 | 0 | 0.5 | 0.91 | 0.01 | 26.99 | 0.97 | 0.54 |
| Hex | FC | 7E | 17 | 0 | 32 | 5B | 1 | 1B | 61 | 36 |
| Octal | 374 | 176 | 27 | 0 | 62 | 133 | 1 | 33 | 141 | 66 |
| Binary | 11111100 | 1111110 | 10111 | 0 | 110010 | 1011011 | 1 | 11011 | 1100001 | 110110 |
Color Harmonies of #FC7E17
Complementary color
Monochromatic Colors of #FC7E17
Black with #FC7E17
Text Example
Text Example
White with #FC7E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E17; }
p { color: rgb(252,126,23); }
H1.HeaderClassName
{
color: #FC7E17;
}
.AnyTagClassName
{
color: #FC7E17;
}
</style>
background-color css
<style>
a { background-color: #FC7E17; }
a { background-color: rgb(252,126,23); }
div.DivClassName
{
background-color: #FC7E17;
}
.BgClassName
{
background-color: #FC7E17;
}
</style>
border-color css
<style>
span { border-color: #FC7E17; }
span { border-color: rgb(252,126,23); }
td.TdClassName
{
border-color: #FC7E17;
}
.TagClassName
{
border-color: #FC7E17;
}
</style>