Shades of Peach-Orange #FFC691
Tints of Peach-Orange #FFC691
RGB
CMYK
RGB Variations
Color information
#FFC691 (or 0xFFC691) is known color: Peach-Orange. HEX triplet: FF, C6 and 91. RGB value is (255,198,145). Sum of RGB (Red+Green+Blue) = 255+198+145=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC691 is #00396E. Grayscale: #D1D1D1. Windows color (decimal): -14703 or 9553663. OLE color: 9553663.
HSL color Cylindrical-coordinate representation of color #FFC691: hue angle of 28.91º 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 #FFC691 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 145 | - |
| CMYK | 0 | 0.22 | 0.43 | 0 |
| HSL | 28.91º | 1% | 0.78% | - |
| HSV(B) | 28.91º | 0.43% | 1% | - |
| XYZ | 66.54 | 63.69 | 35.57 | - |
| YUV | 209 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 145 | 0 | 0.22 | 0.43 | 0 | 28.91 | 1 | 0.78 |
| Hex | FF | C6 | 91 | 0 | 16 | 2B | 0 | 1D | 64 | 4E |
| Octal | 377 | 306 | 221 | 0 | 26 | 53 | 0 | 35 | 144 | 116 |
| Binary | 11111111 | 11000110 | 10010001 | 0 | 10110 | 101011 | 0 | 11101 | 1100100 | 1001110 |
Color Harmonies of #FFC691
Complementary color
Monochromatic Colors of #FFC691
Black with #FFC691
Text Example
Text Example
White with #FFC691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC691; }
p { color: rgb(255,198,145); }
H1.HeaderClassName
{
color: #FFC691;
}
.AnyTagClassName
{
color: #FFC691;
}
</style>
background-color css
<style>
a { background-color: #FFC691; }
a { background-color: rgb(255,198,145); }
div.DivClassName
{
background-color: #FFC691;
}
.BgClassName
{
background-color: #FFC691;
}
</style>
border-color css
<style>
span { border-color: #FFC691; }
span { border-color: rgb(255,198,145); }
td.TdClassName
{
border-color: #FFC691;
}
.TagClassName
{
border-color: #FFC691;
}
</style>