Shades of Peach-Orange #FCC991
Tints of Peach-Orange #FCC991
RGB
CMYK
RGB Variations
Color information
#FCC991 (or 0xFCC991) is known color: Peach-Orange. HEX triplet: FC, C9 and 91. RGB value is (252,201,145). Sum of RGB (Red+Green+Blue) = 252+201+145=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC991 is #03366E. Grayscale: #D2D2D2. Windows color (decimal): -210543 or 9554428. OLE color: 9554428.
HSL color Cylindrical-coordinate representation of color #FCC991: hue angle of 31.4º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCC991 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 145 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.01 |
| HSL | 31.4º | 0.95% | 0.78% | - |
| HSV(B) | 31.4º | 0.42% | 0.99% | - |
| XYZ | 66.14 | 64.51 | 35.75 | - |
| YUV | 209.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 145 | 0 | 0.20 | 0.42 | 0.01 | 31.4 | 0.95 | 0.78 |
| Hex | FC | C9 | 91 | 0 | 14 | 2A | 1 | 1F | 5F | 4E |
| Octal | 374 | 311 | 221 | 0 | 24 | 52 | 1 | 37 | 137 | 116 |
| Binary | 11111100 | 11001001 | 10010001 | 0 | 10100 | 101010 | 1 | 11111 | 1011111 | 1001110 |
Color Harmonies of #FCC991
Complementary color
Monochromatic Colors of #FCC991
Black with #FCC991
Text Example
Text Example
White with #FCC991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC991; }
p { color: rgb(252,201,145); }
H1.HeaderClassName
{
color: #FCC991;
}
.AnyTagClassName
{
color: #FCC991;
}
</style>
background-color css
<style>
a { background-color: #FCC991; }
a { background-color: rgb(252,201,145); }
div.DivClassName
{
background-color: #FCC991;
}
.BgClassName
{
background-color: #FCC991;
}
</style>
border-color css
<style>
span { border-color: #FCC991; }
span { border-color: rgb(252,201,145); }
td.TdClassName
{
border-color: #FCC991;
}
.TagClassName
{
border-color: #FCC991;
}
</style>