Shades of Peach-Orange #FBC98F
Tints of Peach-Orange #FBC98F
RGB
CMYK
RGB Variations
Color information
#FBC98F (or 0xFBC98F) is known color: Peach-Orange. HEX triplet: FB, C9 and 8F. RGB value is (251,201,143). Sum of RGB (Red+Green+Blue) = 251+201+143=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC98F is #043670. Grayscale: #D1D1D1. Windows color (decimal): -276081 or 9423355. OLE color: 9423355.
HSL color Cylindrical-coordinate representation of color #FBC98F: hue angle of 32.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBC98F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 143 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.02 |
| HSL | 32.22º | 0.93% | 0.77% | - |
| HSV(B) | 32.22º | 0.43% | 0.98% | - |
| XYZ | 65.63 | 64.27 | 34.93 | - |
| YUV | 209.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 143 | 0 | 0.20 | 0.43 | 0.02 | 32.22 | 0.93 | 0.77 |
| Hex | FB | C9 | 8F | 0 | 14 | 2B | 2 | 20 | 5D | 4D |
| Octal | 373 | 311 | 217 | 0 | 24 | 53 | 2 | 40 | 135 | 115 |
| Binary | 11111011 | 11001001 | 10001111 | 0 | 10100 | 101011 | 10 | 100000 | 1011101 | 1001101 |
Color Harmonies of #FBC98F
Complementary color
Monochromatic Colors of #FBC98F
Black with #FBC98F
Text Example
Text Example
White with #FBC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC98F; }
p { color: rgb(251,201,143); }
H1.HeaderClassName
{
color: #FBC98F;
}
.AnyTagClassName
{
color: #FBC98F;
}
</style>
background-color css
<style>
a { background-color: #FBC98F; }
a { background-color: rgb(251,201,143); }
div.DivClassName
{
background-color: #FBC98F;
}
.BgClassName
{
background-color: #FBC98F;
}
</style>
border-color css
<style>
span { border-color: #FBC98F; }
span { border-color: rgb(251,201,143); }
td.TdClassName
{
border-color: #FBC98F;
}
.TagClassName
{
border-color: #FBC98F;
}
</style>