Shades of Peach-Orange #FCC89A
Tints of Peach-Orange #FCC89A
RGB
CMYK
RGB Variations
Color information
#FCC89A (or 0xFCC89A) is known color: Peach-Orange. HEX triplet: FC, C8 and 9A. RGB value is (252,200,154). Sum of RGB (Red+Green+Blue) = 252+200+154=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC89A is #033765. Grayscale: #D2D2D2. Windows color (decimal): -210790 or 10143996. OLE color: 10143996.
HSL color Cylindrical-coordinate representation of color #FCC89A: hue angle of 28.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCC89A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 154 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.01 |
| HSL | 28.16º | 0.94% | 0.8% | - |
| HSV(B) | 28.16º | 0.39% | 0.99% | - |
| XYZ | 66.63 | 64.34 | 39.48 | - |
| YUV | 210.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 154 | 0 | 0.21 | 0.39 | 0.01 | 28.16 | 0.94 | 0.8 |
| Hex | FC | C8 | 9A | 0 | 15 | 27 | 1 | 1C | 5E | 50 |
| Octal | 374 | 310 | 232 | 0 | 25 | 47 | 1 | 34 | 136 | 120 |
| Binary | 11111100 | 11001000 | 10011010 | 0 | 10101 | 100111 | 1 | 11100 | 1011110 | 1010000 |
Color Harmonies of #FCC89A
Complementary color
Monochromatic Colors of #FCC89A
Black with #FCC89A
Text Example
Text Example
White with #FCC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC89A; }
p { color: rgb(252,200,154); }
H1.HeaderClassName
{
color: #FCC89A;
}
.AnyTagClassName
{
color: #FCC89A;
}
</style>
background-color css
<style>
a { background-color: #FCC89A; }
a { background-color: rgb(252,200,154); }
div.DivClassName
{
background-color: #FCC89A;
}
.BgClassName
{
background-color: #FCC89A;
}
</style>
border-color css
<style>
span { border-color: #FCC89A; }
span { border-color: rgb(252,200,154); }
td.TdClassName
{
border-color: #FCC89A;
}
.TagClassName
{
border-color: #FCC89A;
}
</style>