Shades of Peach-Orange #FFC591
Tints of Peach-Orange #FFC591
RGB
CMYK
RGB Variations
Color information
#FFC591 (or 0xFFC591) is known color: Peach-Orange. HEX triplet: FF, C5 and 91. RGB value is (255,197,145). Sum of RGB (Red+Green+Blue) = 255+197+145=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC591 is #003A6E. Grayscale: #D0D0D0. Windows color (decimal): -14959 or 9553407. OLE color: 9553407.
HSL color Cylindrical-coordinate representation of color #FFC591: hue angle of 28.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFC591 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 145 | - |
| CMYK | 0 | 0.23 | 0.43 | 0 |
| HSL | 28.36º | 1% | 0.78% | - |
| HSV(B) | 28.36º | 0.43% | 1% | - |
| XYZ | 66.32 | 63.24 | 35.5 | - |
| YUV | 208.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 145 | 0 | 0.23 | 0.43 | 0 | 28.36 | 1 | 0.78 |
| Hex | FF | C5 | 91 | 0 | 17 | 2B | 0 | 1C | 64 | 4E |
| Octal | 377 | 305 | 221 | 0 | 27 | 53 | 0 | 34 | 144 | 116 |
| Binary | 11111111 | 11000101 | 10010001 | 0 | 10111 | 101011 | 0 | 11100 | 1100100 | 1001110 |
Color Harmonies of #FFC591
Complementary color
Monochromatic Colors of #FFC591
Black with #FFC591
Text Example
Text Example
White with #FFC591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC591; }
p { color: rgb(255,197,145); }
H1.HeaderClassName
{
color: #FFC591;
}
.AnyTagClassName
{
color: #FFC591;
}
</style>
background-color css
<style>
a { background-color: #FFC591; }
a { background-color: rgb(255,197,145); }
div.DivClassName
{
background-color: #FFC591;
}
.BgClassName
{
background-color: #FFC591;
}
</style>
border-color css
<style>
span { border-color: #FFC591; }
span { border-color: rgb(255,197,145); }
td.TdClassName
{
border-color: #FFC591;
}
.TagClassName
{
border-color: #FFC591;
}
</style>