Shades of Peach-Orange #FBC791
Tints of Peach-Orange #FBC791
RGB
CMYK
RGB Variations
Color information
#FBC791 (or 0xFBC791) is known color: Peach-Orange. HEX triplet: FB, C7 and 91. RGB value is (251,199,145). Sum of RGB (Red+Green+Blue) = 251+199+145=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC791 is #04386E. Grayscale: #D0D0D0. Windows color (decimal): -276591 or 9553915. OLE color: 9553915.
HSL color Cylindrical-coordinate representation of color #FBC791: hue angle of 30.57º 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 #FBC791 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 145 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.02 |
| HSL | 30.57º | 0.93% | 0.78% | - |
| HSV(B) | 30.57º | 0.42% | 0.98% | - |
| XYZ | 65.32 | 63.4 | 35.58 | - |
| YUV | 208.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 145 | 0 | 0.21 | 0.42 | 0.02 | 30.57 | 0.93 | 0.78 |
| Hex | FB | C7 | 91 | 0 | 15 | 2A | 2 | 1F | 5D | 4E |
| Octal | 373 | 307 | 221 | 0 | 25 | 52 | 2 | 37 | 135 | 116 |
| Binary | 11111011 | 11000111 | 10010001 | 0 | 10101 | 101010 | 10 | 11111 | 1011101 | 1001110 |
Color Harmonies of #FBC791
Complementary color
Monochromatic Colors of #FBC791
Black with #FBC791
Text Example
Text Example
White with #FBC791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC791; }
p { color: rgb(251,199,145); }
H1.HeaderClassName
{
color: #FBC791;
}
.AnyTagClassName
{
color: #FBC791;
}
</style>
background-color css
<style>
a { background-color: #FBC791; }
a { background-color: rgb(251,199,145); }
div.DivClassName
{
background-color: #FBC791;
}
.BgClassName
{
background-color: #FBC791;
}
</style>
border-color css
<style>
span { border-color: #FBC791; }
span { border-color: rgb(251,199,145); }
td.TdClassName
{
border-color: #FBC791;
}
.TagClassName
{
border-color: #FBC791;
}
</style>