Shades of Peach-Orange #FFC896
Tints of Peach-Orange #FFC896
RGB
CMYK
RGB Variations
Color information
#FFC896 (or 0xFFC896) is known color: Peach-Orange. HEX triplet: FF, C8 and 96. RGB value is (255,200,150). Sum of RGB (Red+Green+Blue) = 255+200+150=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC896 is #003769. Grayscale: #D3D3D3. Windows color (decimal): -14186 or 9881855. OLE color: 9881855.
HSL color Cylindrical-coordinate representation of color #FFC896: hue angle of 28.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFC896 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 150 | - |
| CMYK | 0 | 0.22 | 0.41 | 0 |
| HSL | 28.57º | 1% | 0.79% | - |
| HSV(B) | 28.57º | 0.41% | 1% | - |
| XYZ | 67.4 | 64.77 | 37.8 | - |
| YUV | 210.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 150 | 0 | 0.22 | 0.41 | 0 | 28.57 | 1 | 0.79 |
| Hex | FF | C8 | 96 | 0 | 16 | 29 | 0 | 1D | 64 | 4F |
| Octal | 377 | 310 | 226 | 0 | 26 | 51 | 0 | 35 | 144 | 117 |
| Binary | 11111111 | 11001000 | 10010110 | 0 | 10110 | 101001 | 0 | 11101 | 1100100 | 1001111 |
Color Harmonies of #FFC896
Complementary color
Monochromatic Colors of #FFC896
Black with #FFC896
Text Example
Text Example
White with #FFC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC896; }
p { color: rgb(255,200,150); }
H1.HeaderClassName
{
color: #FFC896;
}
.AnyTagClassName
{
color: #FFC896;
}
</style>
background-color css
<style>
a { background-color: #FFC896; }
a { background-color: rgb(255,200,150); }
div.DivClassName
{
background-color: #FFC896;
}
.BgClassName
{
background-color: #FFC896;
}
</style>
border-color css
<style>
span { border-color: #FFC896; }
span { border-color: rgb(255,200,150); }
td.TdClassName
{
border-color: #FFC896;
}
.TagClassName
{
border-color: #FFC896;
}
</style>