Shades of Peach-Orange #FCC994
Tints of Peach-Orange #FCC994
RGB
CMYK
RGB Variations
Color information
#FCC994 (or 0xFCC994) is known color: Peach-Orange. HEX triplet: FC, C9 and 94. RGB value is (252,201,148). Sum of RGB (Red+Green+Blue) = 252+201+148=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC994 is #03366B. Grayscale: #D2D2D2. Windows color (decimal): -210540 or 9751036. OLE color: 9751036.
HSL color Cylindrical-coordinate representation of color #FCC994: hue angle of 30.58º 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 #FCC994 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 148 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.01 |
| HSL | 30.58º | 0.95% | 0.78% | - |
| HSV(B) | 30.58º | 0.41% | 0.99% | - |
| XYZ | 66.38 | 64.61 | 36.99 | - |
| YUV | 210.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 148 | 0 | 0.20 | 0.41 | 0.01 | 30.58 | 0.95 | 0.78 |
| Hex | FC | C9 | 94 | 0 | 14 | 29 | 1 | 1F | 5F | 4E |
| Octal | 374 | 311 | 224 | 0 | 24 | 51 | 1 | 37 | 137 | 116 |
| Binary | 11111100 | 11001001 | 10010100 | 0 | 10100 | 101001 | 1 | 11111 | 1011111 | 1001110 |
Color Harmonies of #FCC994
Complementary color
Monochromatic Colors of #FCC994
Black with #FCC994
Text Example
Text Example
White with #FCC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC994; }
p { color: rgb(252,201,148); }
H1.HeaderClassName
{
color: #FCC994;
}
.AnyTagClassName
{
color: #FCC994;
}
</style>
background-color css
<style>
a { background-color: #FCC994; }
a { background-color: rgb(252,201,148); }
div.DivClassName
{
background-color: #FCC994;
}
.BgClassName
{
background-color: #FCC994;
}
</style>
border-color css
<style>
span { border-color: #FCC994; }
span { border-color: rgb(252,201,148); }
td.TdClassName
{
border-color: #FCC994;
}
.TagClassName
{
border-color: #FCC994;
}
</style>