Shades of Peach-Orange #FFC899
Tints of Peach-Orange #FFC899
RGB
CMYK
RGB Variations
Color information
#FFC899 (or 0xFFC899) is known color: Peach-Orange. HEX triplet: FF, C8 and 99. RGB value is (255,200,153). Sum of RGB (Red+Green+Blue) = 255+200+153=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC899 is #003766. Grayscale: #D3D3D3. Windows color (decimal): -14183 or 10078463. OLE color: 10078463.
HSL color Cylindrical-coordinate representation of color #FFC899: hue angle of 27.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFC899 is Cyan = 0, Magento = 0.22, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 153 | - |
| CMYK | 0 | 0.22 | 0.4 | 0 |
| HSL | 27.65º | 1% | 0.8% | - |
| HSV(B) | 27.65º | 0.4% | 1% | - |
| XYZ | 67.64 | 64.87 | 39.09 | - |
| YUV | 211.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 153 | 0 | 0.22 | 0.4 | 0 | 27.65 | 1 | 0.8 |
| Hex | FF | C8 | 99 | 0 | 16 | 28 | 0 | 1C | 64 | 50 |
| Octal | 377 | 310 | 231 | 0 | 26 | 50 | 0 | 34 | 144 | 120 |
| Binary | 11111111 | 11001000 | 10011001 | 0 | 10110 | 101000 | 0 | 11100 | 1100100 | 1010000 |
Color Harmonies of #FFC899
Complementary color
Monochromatic Colors of #FFC899
Black with #FFC899
Text Example
Text Example
White with #FFC899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC899; }
p { color: rgb(255,200,153); }
H1.HeaderClassName
{
color: #FFC899;
}
.AnyTagClassName
{
color: #FFC899;
}
</style>
background-color css
<style>
a { background-color: #FFC899; }
a { background-color: rgb(255,200,153); }
div.DivClassName
{
background-color: #FFC899;
}
.BgClassName
{
background-color: #FFC899;
}
</style>
border-color css
<style>
span { border-color: #FFC899; }
span { border-color: rgb(255,200,153); }
td.TdClassName
{
border-color: #FFC899;
}
.TagClassName
{
border-color: #FFC899;
}
</style>