Shades of Pumpkin #FC7B17
Tints of Pumpkin #FC7B17
RGB
CMYK
RGB Variations
Color information
#FC7B17 (or 0xFC7B17) is known color: Pumpkin. HEX triplet: FC, 7B and 17. RGB value is (252,123,23). Sum of RGB (Red+Green+Blue) = 252+123+23=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B17 is #0384E8. Grayscale: #969696. Windows color (decimal): -230633 or 1539068. OLE color: 1539068.
HSL color Cylindrical-coordinate representation of color #FC7B17: hue angle of 26.2º 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 #FC7B17 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 23 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.01 |
| HSL | 26.2º | 0.97% | 0.54% | - |
| HSV(B) | 26.2º | 0.91% | 0.99% | - |
| XYZ | 47.38 | 34.92 | 5.05 | - |
| YUV | 150.17 | 56.24 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 23 | 0 | 0.51 | 0.91 | 0.01 | 26.2 | 0.97 | 0.54 |
| Hex | FC | 7B | 17 | 0 | 33 | 5B | 1 | 1A | 61 | 36 |
| Octal | 374 | 173 | 27 | 0 | 63 | 133 | 1 | 32 | 141 | 66 |
| Binary | 11111100 | 1111011 | 10111 | 0 | 110011 | 1011011 | 1 | 11010 | 1100001 | 110110 |
Color Harmonies of #FC7B17
Complementary color
Monochromatic Colors of #FC7B17
Black with #FC7B17
Text Example
Text Example
White with #FC7B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B17; }
p { color: rgb(252,123,23); }
H1.HeaderClassName
{
color: #FC7B17;
}
.AnyTagClassName
{
color: #FC7B17;
}
</style>
background-color css
<style>
a { background-color: #FC7B17; }
a { background-color: rgb(252,123,23); }
div.DivClassName
{
background-color: #FC7B17;
}
.BgClassName
{
background-color: #FC7B17;
}
</style>
border-color css
<style>
span { border-color: #FC7B17; }
span { border-color: rgb(252,123,23); }
td.TdClassName
{
border-color: #FC7B17;
}
.TagClassName
{
border-color: #FC7B17;
}
</style>