Shades of Peach-Orange #FCC88F
Tints of Peach-Orange #FCC88F
RGB
CMYK
RGB Variations
Color information
#FCC88F (or 0xFCC88F) is known color: Peach-Orange. HEX triplet: FC, C8 and 8F. RGB value is (252,200,143). Sum of RGB (Red+Green+Blue) = 252+200+143=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC88F is #033770. Grayscale: #D1D1D1. Windows color (decimal): -210801 or 9423100. OLE color: 9423100.
HSL color Cylindrical-coordinate representation of color #FCC88F: hue angle of 31.38º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCC88F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 143 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.01 |
| HSL | 31.38º | 0.95% | 0.77% | - |
| HSV(B) | 31.38º | 0.43% | 0.99% | - |
| XYZ | 65.76 | 63.99 | 34.87 | - |
| YUV | 209.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 143 | 0 | 0.21 | 0.43 | 0.01 | 31.38 | 0.95 | 0.77 |
| Hex | FC | C8 | 8F | 0 | 15 | 2B | 1 | 1F | 5F | 4D |
| Octal | 374 | 310 | 217 | 0 | 25 | 53 | 1 | 37 | 137 | 115 |
| Binary | 11111100 | 11001000 | 10001111 | 0 | 10101 | 101011 | 1 | 11111 | 1011111 | 1001101 |
Color Harmonies of #FCC88F
Complementary color
Monochromatic Colors of #FCC88F
Black with #FCC88F
Text Example
Text Example
White with #FCC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC88F; }
p { color: rgb(252,200,143); }
H1.HeaderClassName
{
color: #FCC88F;
}
.AnyTagClassName
{
color: #FCC88F;
}
</style>
background-color css
<style>
a { background-color: #FCC88F; }
a { background-color: rgb(252,200,143); }
div.DivClassName
{
background-color: #FCC88F;
}
.BgClassName
{
background-color: #FCC88F;
}
</style>
border-color css
<style>
span { border-color: #FCC88F; }
span { border-color: rgb(252,200,143); }
td.TdClassName
{
border-color: #FCC88F;
}
.TagClassName
{
border-color: #FCC88F;
}
</style>