Shades of Peach-Orange #FBC78D
Tints of Peach-Orange #FBC78D
RGB
CMYK
RGB Variations
Color information
#FBC78D (or 0xFBC78D) is known color: Peach-Orange. HEX triplet: FB, C7 and 8D. RGB value is (251,199,141). Sum of RGB (Red+Green+Blue) = 251+199+141=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC78D is #043872. Grayscale: #D0D0D0. Windows color (decimal): -276595 or 9291771. OLE color: 9291771.
HSL color Cylindrical-coordinate representation of color #FBC78D: hue angle of 31.64º 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 #FBC78D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 141 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.02 |
| HSL | 31.64º | 0.93% | 0.77% | - |
| HSV(B) | 31.64º | 0.44% | 0.98% | - |
| XYZ | 65.01 | 63.28 | 33.99 | - |
| YUV | 207.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 141 | 0 | 0.21 | 0.44 | 0.02 | 31.64 | 0.93 | 0.77 |
| Hex | FB | C7 | 8D | 0 | 15 | 2C | 2 | 20 | 5D | 4D |
| Octal | 373 | 307 | 215 | 0 | 25 | 54 | 2 | 40 | 135 | 115 |
| Binary | 11111011 | 11000111 | 10001101 | 0 | 10101 | 101100 | 10 | 100000 | 1011101 | 1001101 |
Color Harmonies of #FBC78D
Complementary color
Monochromatic Colors of #FBC78D
Black with #FBC78D
Text Example
Text Example
White with #FBC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC78D; }
p { color: rgb(251,199,141); }
H1.HeaderClassName
{
color: #FBC78D;
}
.AnyTagClassName
{
color: #FBC78D;
}
</style>
background-color css
<style>
a { background-color: #FBC78D; }
a { background-color: rgb(251,199,141); }
div.DivClassName
{
background-color: #FBC78D;
}
.BgClassName
{
background-color: #FBC78D;
}
</style>
border-color css
<style>
span { border-color: #FBC78D; }
span { border-color: rgb(251,199,141); }
td.TdClassName
{
border-color: #FBC78D;
}
.TagClassName
{
border-color: #FBC78D;
}
</style>