Shades of Peach-Orange #FBC99C
Tints of Peach-Orange #FBC99C
RGB
CMYK
RGB Variations
Color information
#FBC99C (or 0xFBC99C) is known color: Peach-Orange. HEX triplet: FB, C9 and 9C. RGB value is (251,201,156). Sum of RGB (Red+Green+Blue) = 251+201+156=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 156 (61.33% from 255 or 25.66% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC99C is #043663. Grayscale: #D3D3D3. Windows color (decimal): -276068 or 10275323. OLE color: 10275323.
HSL color Cylindrical-coordinate representation of color #FBC99C: hue angle of 28.42º 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 #FBC99C is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 156 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.02 |
| HSL | 28.42º | 0.92% | 0.8% | - |
| HSV(B) | 28.42º | 0.38% | 0.98% | - |
| XYZ | 66.67 | 64.68 | 40.42 | - |
| YUV | 210.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 156 | 0 | 0.20 | 0.38 | 0.02 | 28.42 | 0.92 | 0.8 |
| Hex | FB | C9 | 9C | 0 | 14 | 26 | 2 | 1C | 5C | 50 |
| Octal | 373 | 311 | 234 | 0 | 24 | 46 | 2 | 34 | 134 | 120 |
| Binary | 11111011 | 11001001 | 10011100 | 0 | 10100 | 100110 | 10 | 11100 | 1011100 | 1010000 |
Color Harmonies of #FBC99C
Complementary color
Monochromatic Colors of #FBC99C
Black with #FBC99C
Text Example
Text Example
White with #FBC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC99C; }
p { color: rgb(251,201,156); }
H1.HeaderClassName
{
color: #FBC99C;
}
.AnyTagClassName
{
color: #FBC99C;
}
</style>
background-color css
<style>
a { background-color: #FBC99C; }
a { background-color: rgb(251,201,156); }
div.DivClassName
{
background-color: #FBC99C;
}
.BgClassName
{
background-color: #FBC99C;
}
</style>
border-color css
<style>
span { border-color: #FBC99C; }
span { border-color: rgb(251,201,156); }
td.TdClassName
{
border-color: #FBC99C;
}
.TagClassName
{
border-color: #FBC99C;
}
</style>