Shades of Peach-Orange #F5C697
Tints of Peach-Orange #F5C697
RGB
CMYK
RGB Variations
Color information
#F5C697 (or 0xF5C697) is known color: Peach-Orange. HEX triplet: F5, C6 and 97. RGB value is (245,198,151). Sum of RGB (Red+Green+Blue) = 245+198+151=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C697 is #0A3968. Grayscale: #CECECE. Windows color (decimal): -670057 or 9946869. OLE color: 9946869.
HSL color Cylindrical-coordinate representation of color #F5C697: hue angle of 30º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5C697 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 151 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.04 |
| HSL | 30º | 0.82% | 0.78% | - |
| HSV(B) | 30º | 0.38% | 0.96% | - |
| XYZ | 63.44 | 62.04 | 37.91 | - |
| YUV | 206.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 151 | 0 | 0.19 | 0.38 | 0.04 | 30 | 0.82 | 0.78 |
| Hex | F5 | C6 | 97 | 0 | 13 | 26 | 4 | 1E | 52 | 4E |
| Octal | 365 | 306 | 227 | 0 | 23 | 46 | 4 | 36 | 122 | 116 |
| Binary | 11110101 | 11000110 | 10010111 | 0 | 10011 | 100110 | 100 | 11110 | 1010010 | 1001110 |
Color Harmonies of #F5C697
Complementary color
Monochromatic Colors of #F5C697
Black with #F5C697
Text Example
Text Example
White with #F5C697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C697; }
p { color: rgb(245,198,151); }
H1.HeaderClassName
{
color: #F5C697;
}
.AnyTagClassName
{
color: #F5C697;
}
</style>
background-color css
<style>
a { background-color: #F5C697; }
a { background-color: rgb(245,198,151); }
div.DivClassName
{
background-color: #F5C697;
}
.BgClassName
{
background-color: #F5C697;
}
</style>
border-color css
<style>
span { border-color: #F5C697; }
span { border-color: rgb(245,198,151); }
td.TdClassName
{
border-color: #F5C697;
}
.TagClassName
{
border-color: #F5C697;
}
</style>