Shades of Peach-Orange #FBC98C
Tints of Peach-Orange #FBC98C
RGB
CMYK
RGB Variations
Color information
#FBC98C (or 0xFBC98C) is known color: Peach-Orange. HEX triplet: FB, C9 and 8C. RGB value is (251,201,140). Sum of RGB (Red+Green+Blue) = 251+201+140=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC98C is #043673. Grayscale: #D1D1D1. Windows color (decimal): -276084 or 9226747. OLE color: 9226747.
HSL color Cylindrical-coordinate representation of color #FBC98C: hue angle of 32.97º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBC98C is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 140 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.02 |
| HSL | 32.97º | 0.93% | 0.77% | - |
| HSV(B) | 32.97º | 0.44% | 0.98% | - |
| XYZ | 65.4 | 64.18 | 33.75 | - |
| YUV | 209 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 140 | 0 | 0.20 | 0.44 | 0.02 | 32.97 | 0.93 | 0.77 |
| Hex | FB | C9 | 8C | 0 | 14 | 2C | 2 | 21 | 5D | 4D |
| Octal | 373 | 311 | 214 | 0 | 24 | 54 | 2 | 41 | 135 | 115 |
| Binary | 11111011 | 11001001 | 10001100 | 0 | 10100 | 101100 | 10 | 100001 | 1011101 | 1001101 |
Color Harmonies of #FBC98C
Complementary color
Monochromatic Colors of #FBC98C
Black with #FBC98C
Text Example
Text Example
White with #FBC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC98C; }
p { color: rgb(251,201,140); }
H1.HeaderClassName
{
color: #FBC98C;
}
.AnyTagClassName
{
color: #FBC98C;
}
</style>
background-color css
<style>
a { background-color: #FBC98C; }
a { background-color: rgb(251,201,140); }
div.DivClassName
{
background-color: #FBC98C;
}
.BgClassName
{
background-color: #FBC98C;
}
</style>
border-color css
<style>
span { border-color: #FBC98C; }
span { border-color: rgb(251,201,140); }
td.TdClassName
{
border-color: #FBC98C;
}
.TagClassName
{
border-color: #FBC98C;
}
</style>