Shades of Peach-Orange #FBC08E
Tints of Peach-Orange #FBC08E
RGB
CMYK
RGB Variations
Color information
#FBC08E (or 0xFBC08E) is known color: Peach-Orange. HEX triplet: FB, C0 and 8E. RGB value is (251,192,142). Sum of RGB (Red+Green+Blue) = 251+192+142=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC08E is #043F71. Grayscale: #CCCCCC. Windows color (decimal): -278386 or 9355515. OLE color: 9355515.
HSL color Cylindrical-coordinate representation of color #FBC08E: hue angle of 27.52º 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 #FBC08E is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 142 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.02 |
| HSL | 27.52º | 0.93% | 0.77% | - |
| HSV(B) | 27.52º | 0.43% | 0.98% | - |
| XYZ | 63.52 | 60.16 | 33.86 | - |
| YUV | 203.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 142 | 0 | 0.24 | 0.43 | 0.02 | 27.52 | 0.93 | 0.77 |
| Hex | FB | C0 | 8E | 0 | 18 | 2B | 2 | 1C | 5D | 4D |
| Octal | 373 | 300 | 216 | 0 | 30 | 53 | 2 | 34 | 135 | 115 |
| Binary | 11111011 | 11000000 | 10001110 | 0 | 11000 | 101011 | 10 | 11100 | 1011101 | 1001101 |
Color Harmonies of #FBC08E
Complementary color
Monochromatic Colors of #FBC08E
Black with #FBC08E
Text Example
Text Example
White with #FBC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC08E; }
p { color: rgb(251,192,142); }
H1.HeaderClassName
{
color: #FBC08E;
}
.AnyTagClassName
{
color: #FBC08E;
}
</style>
background-color css
<style>
a { background-color: #FBC08E; }
a { background-color: rgb(251,192,142); }
div.DivClassName
{
background-color: #FBC08E;
}
.BgClassName
{
background-color: #FBC08E;
}
</style>
border-color css
<style>
span { border-color: #FBC08E; }
span { border-color: rgb(251,192,142); }
td.TdClassName
{
border-color: #FBC08E;
}
.TagClassName
{
border-color: #FBC08E;
}
</style>