Shades of Peach-Orange #FBC58C
Tints of Peach-Orange #FBC58C
RGB
CMYK
RGB Variations
Color information
#FBC58C (or 0xFBC58C) is known color: Peach-Orange. HEX triplet: FB, C5 and 8C. RGB value is (251,197,140). Sum of RGB (Red+Green+Blue) = 251+197+140=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC58C is #043A73. Grayscale: #CECECE. Windows color (decimal): -277108 or 9225723. OLE color: 9225723.
HSL color Cylindrical-coordinate representation of color #FBC58C: hue angle of 30.81º 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 #FBC58C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 140 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.02 |
| HSL | 30.81º | 0.93% | 0.77% | - |
| HSV(B) | 30.81º | 0.44% | 0.98% | - |
| XYZ | 64.48 | 62.34 | 33.44 | - |
| YUV | 206.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 140 | 0 | 0.22 | 0.44 | 0.02 | 30.81 | 0.93 | 0.77 |
| Hex | FB | C5 | 8C | 0 | 16 | 2C | 2 | 1F | 5D | 4D |
| Octal | 373 | 305 | 214 | 0 | 26 | 54 | 2 | 37 | 135 | 115 |
| Binary | 11111011 | 11000101 | 10001100 | 0 | 10110 | 101100 | 10 | 11111 | 1011101 | 1001101 |
Color Harmonies of #FBC58C
Complementary color
Monochromatic Colors of #FBC58C
Black with #FBC58C
Text Example
Text Example
White with #FBC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC58C; }
p { color: rgb(251,197,140); }
H1.HeaderClassName
{
color: #FBC58C;
}
.AnyTagClassName
{
color: #FBC58C;
}
</style>
background-color css
<style>
a { background-color: #FBC58C; }
a { background-color: rgb(251,197,140); }
div.DivClassName
{
background-color: #FBC58C;
}
.BgClassName
{
background-color: #FBC58C;
}
</style>
border-color css
<style>
span { border-color: #FBC58C; }
span { border-color: rgb(251,197,140); }
td.TdClassName
{
border-color: #FBC58C;
}
.TagClassName
{
border-color: #FBC58C;
}
</style>