Shades of Peach-Orange #FBC18D
Tints of Peach-Orange #FBC18D
RGB
CMYK
RGB Variations
Color information
#FBC18D (or 0xFBC18D) is known color: Peach-Orange. HEX triplet: FB, C1 and 8D. RGB value is (251,193,141). Sum of RGB (Red+Green+Blue) = 251+193+141=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC18D is #043E72. Grayscale: #CCCCCC. Windows color (decimal): -278131 or 9290235. OLE color: 9290235.
HSL color Cylindrical-coordinate representation of color #FBC18D: hue angle of 28.36º 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 #FBC18D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 141 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.02 |
| HSL | 28.36º | 0.93% | 0.77% | - |
| HSV(B) | 28.36º | 0.44% | 0.98% | - |
| XYZ | 63.66 | 60.57 | 33.54 | - |
| YUV | 204.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 141 | 0 | 0.23 | 0.44 | 0.02 | 28.36 | 0.93 | 0.77 |
| Hex | FB | C1 | 8D | 0 | 17 | 2C | 2 | 1C | 5D | 4D |
| Octal | 373 | 301 | 215 | 0 | 27 | 54 | 2 | 34 | 135 | 115 |
| Binary | 11111011 | 11000001 | 10001101 | 0 | 10111 | 101100 | 10 | 11100 | 1011101 | 1001101 |
Color Harmonies of #FBC18D
Complementary color
Monochromatic Colors of #FBC18D
Black with #FBC18D
Text Example
Text Example
White with #FBC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC18D; }
p { color: rgb(251,193,141); }
H1.HeaderClassName
{
color: #FBC18D;
}
.AnyTagClassName
{
color: #FBC18D;
}
</style>
background-color css
<style>
a { background-color: #FBC18D; }
a { background-color: rgb(251,193,141); }
div.DivClassName
{
background-color: #FBC18D;
}
.BgClassName
{
background-color: #FBC18D;
}
</style>
border-color css
<style>
span { border-color: #FBC18D; }
span { border-color: rgb(251,193,141); }
td.TdClassName
{
border-color: #FBC18D;
}
.TagClassName
{
border-color: #FBC18D;
}
</style>