Shades of Peach-Orange #FBC58E
Tints of Peach-Orange #FBC58E
RGB
CMYK
RGB Variations
Color information
#FBC58E (or 0xFBC58E) is known color: Peach-Orange. HEX triplet: FB, C5 and 8E. RGB value is (251,197,142). Sum of RGB (Red+Green+Blue) = 251+197+142=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC58E is #043A71. Grayscale: #CFCFCF. Windows color (decimal): -277106 or 9356795. OLE color: 9356795.
HSL color Cylindrical-coordinate representation of color #FBC58E: hue angle of 30.28º 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 #FBC58E is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 142 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.02 |
| HSL | 30.28º | 0.93% | 0.77% | - |
| HSV(B) | 30.28º | 0.43% | 0.98% | - |
| XYZ | 64.63 | 62.39 | 34.23 | - |
| YUV | 206.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 142 | 0 | 0.22 | 0.43 | 0.02 | 30.28 | 0.93 | 0.77 |
| Hex | FB | C5 | 8E | 0 | 16 | 2B | 2 | 1E | 5D | 4D |
| Octal | 373 | 305 | 216 | 0 | 26 | 53 | 2 | 36 | 135 | 115 |
| Binary | 11111011 | 11000101 | 10001110 | 0 | 10110 | 101011 | 10 | 11110 | 1011101 | 1001101 |
Color Harmonies of #FBC58E
Complementary color
Monochromatic Colors of #FBC58E
Black with #FBC58E
Text Example
Text Example
White with #FBC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC58E; }
p { color: rgb(251,197,142); }
H1.HeaderClassName
{
color: #FBC58E;
}
.AnyTagClassName
{
color: #FBC58E;
}
</style>
background-color css
<style>
a { background-color: #FBC58E; }
a { background-color: rgb(251,197,142); }
div.DivClassName
{
background-color: #FBC58E;
}
.BgClassName
{
background-color: #FBC58E;
}
</style>
border-color css
<style>
span { border-color: #FBC58E; }
span { border-color: rgb(251,197,142); }
td.TdClassName
{
border-color: #FBC58E;
}
.TagClassName
{
border-color: #FBC58E;
}
</style>