Shades of Peach-Orange #FBC898
Tints of Peach-Orange #FBC898
RGB
CMYK
RGB Variations
Color information
#FBC898 (or 0xFBC898) is known color: Peach-Orange. HEX triplet: FB, C8 and 98. RGB value is (251,200,152). Sum of RGB (Red+Green+Blue) = 251+200+152=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC898 is #043767. Grayscale: #D2D2D2. Windows color (decimal): -276328 or 10012923. OLE color: 10012923.
HSL color Cylindrical-coordinate representation of color #FBC898: hue angle of 29.09º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBC898 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 152 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.02 |
| HSL | 29.09º | 0.93% | 0.79% | - |
| HSV(B) | 29.09º | 0.39% | 0.98% | - |
| XYZ | 66.11 | 64.08 | 38.59 | - |
| YUV | 209.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 152 | 0 | 0.20 | 0.39 | 0.02 | 29.09 | 0.93 | 0.79 |
| Hex | FB | C8 | 98 | 0 | 14 | 27 | 2 | 1D | 5D | 4F |
| Octal | 373 | 310 | 230 | 0 | 24 | 47 | 2 | 35 | 135 | 117 |
| Binary | 11111011 | 11001000 | 10011000 | 0 | 10100 | 100111 | 10 | 11101 | 1011101 | 1001111 |
Color Harmonies of #FBC898
Complementary color
Monochromatic Colors of #FBC898
Black with #FBC898
Text Example
Text Example
White with #FBC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC898; }
p { color: rgb(251,200,152); }
H1.HeaderClassName
{
color: #FBC898;
}
.AnyTagClassName
{
color: #FBC898;
}
</style>
background-color css
<style>
a { background-color: #FBC898; }
a { background-color: rgb(251,200,152); }
div.DivClassName
{
background-color: #FBC898;
}
.BgClassName
{
background-color: #FBC898;
}
</style>
border-color css
<style>
span { border-color: #FBC898; }
span { border-color: rgb(251,200,152); }
td.TdClassName
{
border-color: #FBC898;
}
.TagClassName
{
border-color: #FBC898;
}
</style>