Shades of Peach-Orange #FBCB8F
Tints of Peach-Orange #FBCB8F
RGB
CMYK
RGB Variations
Color information
#FBCB8F (or 0xFBCB8F) is known color: Peach-Orange. HEX triplet: FB, CB and 8F. RGB value is (251,203,143). Sum of RGB (Red+Green+Blue) = 251+203+143=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB8F is #043470. Grayscale: #D2D2D2. Windows color (decimal): -275569 or 9423867. OLE color: 9423867.
HSL color Cylindrical-coordinate representation of color #FBCB8F: hue angle of 33.33º 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 #FBCB8F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 143 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.02 |
| HSL | 33.33º | 0.93% | 0.77% | - |
| HSV(B) | 33.33º | 0.43% | 0.98% | - |
| XYZ | 66.1 | 65.2 | 35.09 | - |
| YUV | 210.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 143 | 0 | 0.19 | 0.43 | 0.02 | 33.33 | 0.93 | 0.77 |
| Hex | FB | CB | 8F | 0 | 13 | 2B | 2 | 21 | 5D | 4D |
| Octal | 373 | 313 | 217 | 0 | 23 | 53 | 2 | 41 | 135 | 115 |
| Binary | 11111011 | 11001011 | 10001111 | 0 | 10011 | 101011 | 10 | 100001 | 1011101 | 1001101 |
Color Harmonies of #FBCB8F
Complementary color
Monochromatic Colors of #FBCB8F
Black with #FBCB8F
Text Example
Text Example
White with #FBCB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCB8F; }
p { color: rgb(251,203,143); }
H1.HeaderClassName
{
color: #FBCB8F;
}
.AnyTagClassName
{
color: #FBCB8F;
}
</style>
background-color css
<style>
a { background-color: #FBCB8F; }
a { background-color: rgb(251,203,143); }
div.DivClassName
{
background-color: #FBCB8F;
}
.BgClassName
{
background-color: #FBCB8F;
}
</style>
border-color css
<style>
span { border-color: #FBCB8F; }
span { border-color: rgb(251,203,143); }
td.TdClassName
{
border-color: #FBCB8F;
}
.TagClassName
{
border-color: #FBCB8F;
}
</style>