Shades of Peach-Orange #FBC391
Tints of Peach-Orange #FBC391
RGB
CMYK
RGB Variations
Color information
#FBC391 (or 0xFBC391) is known color: Peach-Orange. HEX triplet: FB, C3 and 91. RGB value is (251,195,145). Sum of RGB (Red+Green+Blue) = 251+195+145=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC391 is #043C6E. Grayscale: #CECECE. Windows color (decimal): -277615 or 9552891. OLE color: 9552891.
HSL color Cylindrical-coordinate representation of color #FBC391: hue angle of 28.3º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBC391 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 145 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.02 |
| HSL | 28.3º | 0.93% | 0.78% | - |
| HSV(B) | 28.3º | 0.42% | 0.98% | - |
| XYZ | 64.41 | 61.58 | 35.28 | - |
| YUV | 206.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 145 | 0 | 0.22 | 0.42 | 0.02 | 28.3 | 0.93 | 0.78 |
| Hex | FB | C3 | 91 | 0 | 16 | 2A | 2 | 1C | 5D | 4E |
| Octal | 373 | 303 | 221 | 0 | 26 | 52 | 2 | 34 | 135 | 116 |
| Binary | 11111011 | 11000011 | 10010001 | 0 | 10110 | 101010 | 10 | 11100 | 1011101 | 1001110 |
Color Harmonies of #FBC391
Complementary color
Monochromatic Colors of #FBC391
Black with #FBC391
Text Example
Text Example
White with #FBC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC391; }
p { color: rgb(251,195,145); }
H1.HeaderClassName
{
color: #FBC391;
}
.AnyTagClassName
{
color: #FBC391;
}
</style>
background-color css
<style>
a { background-color: #FBC391; }
a { background-color: rgb(251,195,145); }
div.DivClassName
{
background-color: #FBC391;
}
.BgClassName
{
background-color: #FBC391;
}
</style>
border-color css
<style>
span { border-color: #FBC391; }
span { border-color: rgb(251,195,145); }
td.TdClassName
{
border-color: #FBC391;
}
.TagClassName
{
border-color: #FBC391;
}
</style>