Shades of Peach-Orange #FBCE90
Tints of Peach-Orange #FBCE90
RGB
CMYK
RGB Variations
Color information
#FBCE90 (or 0xFBCE90) is known color: Peach-Orange. HEX triplet: FB, CE and 90. RGB value is (251,206,144). Sum of RGB (Red+Green+Blue) = 251+206+144=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCE90 is #04316F. Grayscale: #D4D4D4. Windows color (decimal): -274800 or 9490171. OLE color: 9490171.
HSL color Cylindrical-coordinate representation of color #FBCE90: hue angle of 34.77º 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 #FBCE90 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 144 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.02 |
| HSL | 34.77º | 0.93% | 0.77% | - |
| HSV(B) | 34.77º | 0.43% | 0.98% | - |
| XYZ | 66.89 | 66.67 | 35.73 | - |
| YUV | 212.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 144 | 0 | 0.18 | 0.43 | 0.02 | 34.77 | 0.93 | 0.77 |
| Hex | FB | CE | 90 | 0 | 12 | 2B | 2 | 23 | 5D | 4D |
| Octal | 373 | 316 | 220 | 0 | 22 | 53 | 2 | 43 | 135 | 115 |
| Binary | 11111011 | 11001110 | 10010000 | 0 | 10010 | 101011 | 10 | 100011 | 1011101 | 1001101 |
Color Harmonies of #FBCE90
Complementary color
Monochromatic Colors of #FBCE90
Black with #FBCE90
Text Example
Text Example
White with #FBCE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCE90; }
p { color: rgb(251,206,144); }
H1.HeaderClassName
{
color: #FBCE90;
}
.AnyTagClassName
{
color: #FBCE90;
}
</style>
background-color css
<style>
a { background-color: #FBCE90; }
a { background-color: rgb(251,206,144); }
div.DivClassName
{
background-color: #FBCE90;
}
.BgClassName
{
background-color: #FBCE90;
}
</style>
border-color css
<style>
span { border-color: #FBCE90; }
span { border-color: rgb(251,206,144); }
td.TdClassName
{
border-color: #FBCE90;
}
.TagClassName
{
border-color: #FBCE90;
}
</style>