Shades of Carrot Orange #FC8D17
Tints of Carrot Orange #FC8D17
RGB
CMYK
RGB Variations
Color information
#FC8D17 (or 0xFC8D17) is known color: Carrot Orange. HEX triplet: FC, 8D and 17. RGB value is (252,141,23). Sum of RGB (Red+Green+Blue) = 252+141+23=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8D17 is #0372E8. Grayscale: #A1A1A1. Windows color (decimal): -226025 or 1543676. OLE color: 1543676.
HSL color Cylindrical-coordinate representation of color #FC8D17: hue angle of 30.92º 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 #FC8D17 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 23 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.01 |
| HSL | 30.92º | 0.97% | 0.54% | - |
| HSV(B) | 30.92º | 0.91% | 0.99% | - |
| XYZ | 49.82 | 39.81 | 5.87 | - |
| YUV | 160.74 | 50.27 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 23 | 0 | 0.44 | 0.91 | 0.01 | 30.92 | 0.97 | 0.54 |
| Hex | FC | 8D | 17 | 0 | 2C | 5B | 1 | 1F | 61 | 36 |
| Octal | 374 | 215 | 27 | 0 | 54 | 133 | 1 | 37 | 141 | 66 |
| Binary | 11111100 | 10001101 | 10111 | 0 | 101100 | 1011011 | 1 | 11111 | 1100001 | 110110 |
Color Harmonies of #FC8D17
Complementary color
Monochromatic Colors of #FC8D17
Black with #FC8D17
Text Example
Text Example
White with #FC8D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D17; }
p { color: rgb(252,141,23); }
H1.HeaderClassName
{
color: #FC8D17;
}
.AnyTagClassName
{
color: #FC8D17;
}
</style>
background-color css
<style>
a { background-color: #FC8D17; }
a { background-color: rgb(252,141,23); }
div.DivClassName
{
background-color: #FC8D17;
}
.BgClassName
{
background-color: #FC8D17;
}
</style>
border-color css
<style>
span { border-color: #FC8D17; }
span { border-color: rgb(252,141,23); }
td.TdClassName
{
border-color: #FC8D17;
}
.TagClassName
{
border-color: #FC8D17;
}
</style>