Shades of Peach-Orange #FBC89A
Tints of Peach-Orange #FBC89A
RGB
CMYK
RGB Variations
Color information
#FBC89A (or 0xFBC89A) is known color: Peach-Orange. HEX triplet: FB, C8 and 9A. RGB value is (251,200,154). Sum of RGB (Red+Green+Blue) = 251+200+154=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC89A is #043765. Grayscale: #D2D2D2. Windows color (decimal): -276326 or 10143995. OLE color: 10143995.
HSL color Cylindrical-coordinate representation of color #FBC89A: hue angle of 28.45º degrees, saturation: 0.92, 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 #FBC89A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 154 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.02 |
| HSL | 28.45º | 0.92% | 0.79% | - |
| HSV(B) | 28.45º | 0.39% | 0.98% | - |
| XYZ | 66.27 | 64.15 | 39.46 | - |
| YUV | 210.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 154 | 0 | 0.20 | 0.39 | 0.02 | 28.45 | 0.92 | 0.79 |
| Hex | FB | C8 | 9A | 0 | 14 | 27 | 2 | 1C | 5C | 4F |
| Octal | 373 | 310 | 232 | 0 | 24 | 47 | 2 | 34 | 134 | 117 |
| Binary | 11111011 | 11001000 | 10011010 | 0 | 10100 | 100111 | 10 | 11100 | 1011100 | 1001111 |
Color Harmonies of #FBC89A
Complementary color
Monochromatic Colors of #FBC89A
Black with #FBC89A
Text Example
Text Example
White with #FBC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC89A; }
p { color: rgb(251,200,154); }
H1.HeaderClassName
{
color: #FBC89A;
}
.AnyTagClassName
{
color: #FBC89A;
}
</style>
background-color css
<style>
a { background-color: #FBC89A; }
a { background-color: rgb(251,200,154); }
div.DivClassName
{
background-color: #FBC89A;
}
.BgClassName
{
background-color: #FBC89A;
}
</style>
border-color css
<style>
span { border-color: #FBC89A; }
span { border-color: rgb(251,200,154); }
td.TdClassName
{
border-color: #FBC89A;
}
.TagClassName
{
border-color: #FBC89A;
}
</style>