Shades of Peach-Orange #FBC28E
Tints of Peach-Orange #FBC28E
RGB
CMYK
RGB Variations
Color information
#FBC28E (or 0xFBC28E) is known color: Peach-Orange. HEX triplet: FB, C2 and 8E. RGB value is (251,194,142). Sum of RGB (Red+Green+Blue) = 251+194+142=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC28E is #043D71. Grayscale: #CDCDCD. Windows color (decimal): -277874 or 9356027. OLE color: 9356027.
HSL color Cylindrical-coordinate representation of color #FBC28E: hue angle of 28.62º 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 #FBC28E is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 142 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.02 |
| HSL | 28.62º | 0.93% | 0.77% | - |
| HSV(B) | 28.62º | 0.43% | 0.98% | - |
| XYZ | 63.96 | 61.05 | 34 | - |
| YUV | 205.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 142 | 0 | 0.23 | 0.43 | 0.02 | 28.62 | 0.93 | 0.77 |
| Hex | FB | C2 | 8E | 0 | 17 | 2B | 2 | 1D | 5D | 4D |
| Octal | 373 | 302 | 216 | 0 | 27 | 53 | 2 | 35 | 135 | 115 |
| Binary | 11111011 | 11000010 | 10001110 | 0 | 10111 | 101011 | 10 | 11101 | 1011101 | 1001101 |
Color Harmonies of #FBC28E
Complementary color
Monochromatic Colors of #FBC28E
Black with #FBC28E
Text Example
Text Example
White with #FBC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC28E; }
p { color: rgb(251,194,142); }
H1.HeaderClassName
{
color: #FBC28E;
}
.AnyTagClassName
{
color: #FBC28E;
}
</style>
background-color css
<style>
a { background-color: #FBC28E; }
a { background-color: rgb(251,194,142); }
div.DivClassName
{
background-color: #FBC28E;
}
.BgClassName
{
background-color: #FBC28E;
}
</style>
border-color css
<style>
span { border-color: #FBC28E; }
span { border-color: rgb(251,194,142); }
td.TdClassName
{
border-color: #FBC28E;
}
.TagClassName
{
border-color: #FBC28E;
}
</style>