Shades of Peach-Orange #FBCE8F
Tints of Peach-Orange #FBCE8F
RGB
CMYK
RGB Variations
Color information
#FBCE8F (or 0xFBCE8F) is known color: Peach-Orange. HEX triplet: FB, CE and 8F. RGB value is (251,206,143). Sum of RGB (Red+Green+Blue) = 251+206+143=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCE8F is #043170. Grayscale: #D4D4D4. Windows color (decimal): -274801 or 9424635. OLE color: 9424635.
HSL color Cylindrical-coordinate representation of color #FBCE8F: hue angle of 35º 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 #FBCE8F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 143 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.02 |
| HSL | 35º | 0.93% | 0.77% | - |
| HSV(B) | 35º | 0.43% | 0.98% | - |
| XYZ | 66.81 | 66.64 | 35.33 | - |
| YUV | 212.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 143 | 0 | 0.18 | 0.43 | 0.02 | 35 | 0.93 | 0.77 |
| Hex | FB | CE | 8F | 0 | 12 | 2B | 2 | 23 | 5D | 4D |
| Octal | 373 | 316 | 217 | 0 | 22 | 53 | 2 | 43 | 135 | 115 |
| Binary | 11111011 | 11001110 | 10001111 | 0 | 10010 | 101011 | 10 | 100011 | 1011101 | 1001101 |
Color Harmonies of #FBCE8F
Complementary color
Monochromatic Colors of #FBCE8F
Black with #FBCE8F
Text Example
Text Example
White with #FBCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCE8F; }
p { color: rgb(251,206,143); }
H1.HeaderClassName
{
color: #FBCE8F;
}
.AnyTagClassName
{
color: #FBCE8F;
}
</style>
background-color css
<style>
a { background-color: #FBCE8F; }
a { background-color: rgb(251,206,143); }
div.DivClassName
{
background-color: #FBCE8F;
}
.BgClassName
{
background-color: #FBCE8F;
}
</style>
border-color css
<style>
span { border-color: #FBCE8F; }
span { border-color: rgb(251,206,143); }
td.TdClassName
{
border-color: #FBCE8F;
}
.TagClassName
{
border-color: #FBCE8F;
}
</style>