Shades of Peach-Orange #F5CB91
Tints of Peach-Orange #F5CB91
RGB
CMYK
RGB Variations
Color information
#F5CB91 (or 0xF5CB91) is known color: Peach-Orange. HEX triplet: F5, CB and 91. RGB value is (245,203,145). Sum of RGB (Red+Green+Blue) = 245+203+145=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CB91 is #0A346E. Grayscale: #D1D1D1. Windows color (decimal): -668783 or 9554933. OLE color: 9554933.
HSL color Cylindrical-coordinate representation of color #F5CB91: hue angle of 34.8º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5CB91 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 145 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.04 |
| HSL | 34.8º | 0.83% | 0.76% | - |
| HSV(B) | 34.8º | 0.41% | 0.96% | - |
| XYZ | 64.12 | 64.17 | 35.79 | - |
| YUV | 208.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 145 | 0 | 0.17 | 0.41 | 0.04 | 34.8 | 0.83 | 0.76 |
| Hex | F5 | CB | 91 | 0 | 11 | 29 | 4 | 23 | 53 | 4C |
| Octal | 365 | 313 | 221 | 0 | 21 | 51 | 4 | 43 | 123 | 114 |
| Binary | 11110101 | 11001011 | 10010001 | 0 | 10001 | 101001 | 100 | 100011 | 1010011 | 1001100 |
Color Harmonies of #F5CB91
Complementary color
Monochromatic Colors of #F5CB91
Black with #F5CB91
Text Example
Text Example
White with #F5CB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB91; }
p { color: rgb(245,203,145); }
H1.HeaderClassName
{
color: #F5CB91;
}
.AnyTagClassName
{
color: #F5CB91;
}
</style>
background-color css
<style>
a { background-color: #F5CB91; }
a { background-color: rgb(245,203,145); }
div.DivClassName
{
background-color: #F5CB91;
}
.BgClassName
{
background-color: #F5CB91;
}
</style>
border-color css
<style>
span { border-color: #F5CB91; }
span { border-color: rgb(245,203,145); }
td.TdClassName
{
border-color: #F5CB91;
}
.TagClassName
{
border-color: #F5CB91;
}
</style>