Shades of Peach-Orange #FCC993
Tints of Peach-Orange #FCC993
RGB
CMYK
RGB Variations
Color information
#FCC993 (or 0xFCC993) is known color: Peach-Orange. HEX triplet: FC, C9 and 93. RGB value is (252,201,147). Sum of RGB (Red+Green+Blue) = 252+201+147=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC993 is #03366C. Grayscale: #D2D2D2. Windows color (decimal): -210541 or 9685500. OLE color: 9685500.
HSL color Cylindrical-coordinate representation of color #FCC993: hue angle of 30.86º 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 #FCC993 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 147 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.01 |
| HSL | 30.86º | 0.95% | 0.78% | - |
| HSV(B) | 30.86º | 0.42% | 0.99% | - |
| XYZ | 66.3 | 64.58 | 36.57 | - |
| YUV | 210.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 147 | 0 | 0.20 | 0.42 | 0.01 | 30.86 | 0.95 | 0.78 |
| Hex | FC | C9 | 93 | 0 | 14 | 2A | 1 | 1F | 5F | 4E |
| Octal | 374 | 311 | 223 | 0 | 24 | 52 | 1 | 37 | 137 | 116 |
| Binary | 11111100 | 11001001 | 10010011 | 0 | 10100 | 101010 | 1 | 11111 | 1011111 | 1001110 |
Color Harmonies of #FCC993
Complementary color
Monochromatic Colors of #FCC993
Black with #FCC993
Text Example
Text Example
White with #FCC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC993; }
p { color: rgb(252,201,147); }
H1.HeaderClassName
{
color: #FCC993;
}
.AnyTagClassName
{
color: #FCC993;
}
</style>
background-color css
<style>
a { background-color: #FCC993; }
a { background-color: rgb(252,201,147); }
div.DivClassName
{
background-color: #FCC993;
}
.BgClassName
{
background-color: #FCC993;
}
</style>
border-color css
<style>
span { border-color: #FCC993; }
span { border-color: rgb(252,201,147); }
td.TdClassName
{
border-color: #FCC993;
}
.TagClassName
{
border-color: #FCC993;
}
</style>