Shades of Peach-Orange #FBC99B
Tints of Peach-Orange #FBC99B
RGB
CMYK
RGB Variations
Color information
#FBC99B (or 0xFBC99B) is known color: Peach-Orange. HEX triplet: FB, C9 and 9B. RGB value is (251,201,155). Sum of RGB (Red+Green+Blue) = 251+201+155=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC99B is #043664. Grayscale: #D2D2D2. Windows color (decimal): -276069 or 10209787. OLE color: 10209787.
HSL color Cylindrical-coordinate representation of color #FBC99B: hue angle of 28.75º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBC99B is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 155 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.02 |
| HSL | 28.75º | 0.92% | 0.8% | - |
| HSV(B) | 28.75º | 0.38% | 0.98% | - |
| XYZ | 66.59 | 64.65 | 39.98 | - |
| YUV | 210.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 155 | 0 | 0.20 | 0.38 | 0.02 | 28.75 | 0.92 | 0.8 |
| Hex | FB | C9 | 9B | 0 | 14 | 26 | 2 | 1D | 5C | 50 |
| Octal | 373 | 311 | 233 | 0 | 24 | 46 | 2 | 35 | 134 | 120 |
| Binary | 11111011 | 11001001 | 10011011 | 0 | 10100 | 100110 | 10 | 11101 | 1011100 | 1010000 |
Color Harmonies of #FBC99B
Complementary color
Monochromatic Colors of #FBC99B
Black with #FBC99B
Text Example
Text Example
White with #FBC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC99B; }
p { color: rgb(251,201,155); }
H1.HeaderClassName
{
color: #FBC99B;
}
.AnyTagClassName
{
color: #FBC99B;
}
</style>
background-color css
<style>
a { background-color: #FBC99B; }
a { background-color: rgb(251,201,155); }
div.DivClassName
{
background-color: #FBC99B;
}
.BgClassName
{
background-color: #FBC99B;
}
</style>
border-color css
<style>
span { border-color: #FBC99B; }
span { border-color: rgb(251,201,155); }
td.TdClassName
{
border-color: #FBC99B;
}
.TagClassName
{
border-color: #FBC99B;
}
</style>