Shades of Peach-Orange #FBC897
Tints of Peach-Orange #FBC897
RGB
CMYK
RGB Variations
Color information
#FBC897 (or 0xFBC897) is known color: Peach-Orange. HEX triplet: FB, C8 and 97. RGB value is (251,200,151). Sum of RGB (Red+Green+Blue) = 251+200+151=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC897 is #043768. Grayscale: #D1D1D1. Windows color (decimal): -276329 or 9947387. OLE color: 9947387.
HSL color Cylindrical-coordinate representation of color #FBC897: hue angle of 29.4º 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 #FBC897 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 151 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.02 |
| HSL | 29.4º | 0.93% | 0.79% | - |
| HSV(B) | 29.4º | 0.4% | 0.98% | - |
| XYZ | 66.02 | 64.05 | 38.16 | - |
| YUV | 209.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 151 | 0 | 0.20 | 0.40 | 0.02 | 29.4 | 0.93 | 0.79 |
| Hex | FB | C8 | 97 | 0 | 14 | 28 | 2 | 1D | 5D | 4F |
| Octal | 373 | 310 | 227 | 0 | 24 | 50 | 2 | 35 | 135 | 117 |
| Binary | 11111011 | 11001000 | 10010111 | 0 | 10100 | 101000 | 10 | 11101 | 1011101 | 1001111 |
Color Harmonies of #FBC897
Complementary color
Monochromatic Colors of #FBC897
Black with #FBC897
Text Example
Text Example
White with #FBC897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC897; }
p { color: rgb(251,200,151); }
H1.HeaderClassName
{
color: #FBC897;
}
.AnyTagClassName
{
color: #FBC897;
}
</style>
background-color css
<style>
a { background-color: #FBC897; }
a { background-color: rgb(251,200,151); }
div.DivClassName
{
background-color: #FBC897;
}
.BgClassName
{
background-color: #FBC897;
}
</style>
border-color css
<style>
span { border-color: #FBC897; }
span { border-color: rgb(251,200,151); }
td.TdClassName
{
border-color: #FBC897;
}
.TagClassName
{
border-color: #FBC897;
}
</style>