Shades of Peach-Orange #FBBF8E
Tints of Peach-Orange #FBBF8E
RGB
CMYK
RGB Variations
Color information
#FBBF8E (or 0xFBBF8E) is known color: Peach-Orange. HEX triplet: FB, BF and 8E. RGB value is (251,191,142). Sum of RGB (Red+Green+Blue) = 251+191+142=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBF8E is #044071. Grayscale: #CBCBCB. Windows color (decimal): -278642 or 9355259. OLE color: 9355259.
HSL color Cylindrical-coordinate representation of color #FBBF8E: hue angle of 26.97º 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 #FBBF8E is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 142 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.02 |
| HSL | 26.97º | 0.93% | 0.77% | - |
| HSV(B) | 26.97º | 0.43% | 0.98% | - |
| XYZ | 63.3 | 59.72 | 33.78 | - |
| YUV | 203.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 142 | 0 | 0.24 | 0.43 | 0.02 | 26.97 | 0.93 | 0.77 |
| Hex | FB | BF | 8E | 0 | 18 | 2B | 2 | 1B | 5D | 4D |
| Octal | 373 | 277 | 216 | 0 | 30 | 53 | 2 | 33 | 135 | 115 |
| Binary | 11111011 | 10111111 | 10001110 | 0 | 11000 | 101011 | 10 | 11011 | 1011101 | 1001101 |
Color Harmonies of #FBBF8E
Complementary color
Monochromatic Colors of #FBBF8E
Black with #FBBF8E
Text Example
Text Example
White with #FBBF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBF8E; }
p { color: rgb(251,191,142); }
H1.HeaderClassName
{
color: #FBBF8E;
}
.AnyTagClassName
{
color: #FBBF8E;
}
</style>
background-color css
<style>
a { background-color: #FBBF8E; }
a { background-color: rgb(251,191,142); }
div.DivClassName
{
background-color: #FBBF8E;
}
.BgClassName
{
background-color: #FBBF8E;
}
</style>
border-color css
<style>
span { border-color: #FBBF8E; }
span { border-color: rgb(251,191,142); }
td.TdClassName
{
border-color: #FBBF8E;
}
.TagClassName
{
border-color: #FBBF8E;
}
</style>