Shades of Peach-Orange #FBC696
Tints of Peach-Orange #FBC696
RGB
CMYK
RGB Variations
Color information
#FBC696 (or 0xFBC696) is known color: Peach-Orange. HEX triplet: FB, C6 and 96. RGB value is (251,198,150). Sum of RGB (Red+Green+Blue) = 251+198+150=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC696 is #043969. Grayscale: #D0D0D0. Windows color (decimal): -276842 or 9881339. OLE color: 9881339.
HSL color Cylindrical-coordinate representation of color #FBC696: hue angle of 28.51º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBC696 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 150 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.02 |
| HSL | 28.51º | 0.93% | 0.79% | - |
| HSV(B) | 28.51º | 0.4% | 0.98% | - |
| XYZ | 65.48 | 63.1 | 37.58 | - |
| YUV | 208.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 150 | 0 | 0.21 | 0.40 | 0.02 | 28.51 | 0.93 | 0.79 |
| Hex | FB | C6 | 96 | 0 | 15 | 28 | 2 | 1D | 5D | 4F |
| Octal | 373 | 306 | 226 | 0 | 25 | 50 | 2 | 35 | 135 | 117 |
| Binary | 11111011 | 11000110 | 10010110 | 0 | 10101 | 101000 | 10 | 11101 | 1011101 | 1001111 |
Color Harmonies of #FBC696
Complementary color
Monochromatic Colors of #FBC696
Black with #FBC696
Text Example
Text Example
White with #FBC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC696; }
p { color: rgb(251,198,150); }
H1.HeaderClassName
{
color: #FBC696;
}
.AnyTagClassName
{
color: #FBC696;
}
</style>
background-color css
<style>
a { background-color: #FBC696; }
a { background-color: rgb(251,198,150); }
div.DivClassName
{
background-color: #FBC696;
}
.BgClassName
{
background-color: #FBC696;
}
</style>
border-color css
<style>
span { border-color: #FBC696; }
span { border-color: rgb(251,198,150); }
td.TdClassName
{
border-color: #FBC696;
}
.TagClassName
{
border-color: #FBC696;
}
</style>