Shades of Peach-Orange #FCC894
Tints of Peach-Orange #FCC894
RGB
CMYK
RGB Variations
Color information
#FCC894 (or 0xFCC894) is known color: Peach-Orange. HEX triplet: FC, C8 and 94. RGB value is (252,200,148). Sum of RGB (Red+Green+Blue) = 252+200+148=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC894 is #03376B. Grayscale: #D1D1D1. Windows color (decimal): -210796 or 9750780. OLE color: 9750780.
HSL color Cylindrical-coordinate representation of color #FCC894: hue angle of 30º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCC894 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 148 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.01 |
| HSL | 30º | 0.95% | 0.78% | - |
| HSV(B) | 30º | 0.41% | 0.99% | - |
| XYZ | 66.14 | 64.14 | 36.91 | - |
| YUV | 209.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 148 | 0 | 0.21 | 0.41 | 0.01 | 30 | 0.95 | 0.78 |
| Hex | FC | C8 | 94 | 0 | 15 | 29 | 1 | 1E | 5F | 4E |
| Octal | 374 | 310 | 224 | 0 | 25 | 51 | 1 | 36 | 137 | 116 |
| Binary | 11111100 | 11001000 | 10010100 | 0 | 10101 | 101001 | 1 | 11110 | 1011111 | 1001110 |
Color Harmonies of #FCC894
Complementary color
Monochromatic Colors of #FCC894
Black with #FCC894
Text Example
Text Example
White with #FCC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC894; }
p { color: rgb(252,200,148); }
H1.HeaderClassName
{
color: #FCC894;
}
.AnyTagClassName
{
color: #FCC894;
}
</style>
background-color css
<style>
a { background-color: #FCC894; }
a { background-color: rgb(252,200,148); }
div.DivClassName
{
background-color: #FCC894;
}
.BgClassName
{
background-color: #FCC894;
}
</style>
border-color css
<style>
span { border-color: #FCC894; }
span { border-color: rgb(252,200,148); }
td.TdClassName
{
border-color: #FCC894;
}
.TagClassName
{
border-color: #FCC894;
}
</style>