Shades of Peach-Orange #F5C497
Tints of Peach-Orange #F5C497
RGB
CMYK
RGB Variations
Color information
#F5C497 (or 0xF5C497) is known color: Peach-Orange. HEX triplet: F5, C4 and 97. RGB value is (245,196,151). Sum of RGB (Red+Green+Blue) = 245+196+151=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C497 is #0A3B68. Grayscale: #CDCDCD. Windows color (decimal): -670569 or 9946357. OLE color: 9946357.
HSL color Cylindrical-coordinate representation of color #F5C497: hue angle of 28.72º 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 #F5C497 is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 151 | - |
| CMYK | 0 | 0.2 | 0.38 | 0.04 |
| HSL | 28.72º | 0.82% | 0.78% | - |
| HSV(B) | 28.72º | 0.38% | 0.96% | - |
| XYZ | 62.98 | 61.13 | 37.76 | - |
| YUV | 205.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 151 | 0 | 0.2 | 0.38 | 0.04 | 28.72 | 0.82 | 0.78 |
| Hex | F5 | C4 | 97 | 0 | 14 | 26 | 4 | 1D | 52 | 4E |
| Octal | 365 | 304 | 227 | 0 | 24 | 46 | 4 | 35 | 122 | 116 |
| Binary | 11110101 | 11000100 | 10010111 | 0 | 10100 | 100110 | 100 | 11101 | 1010010 | 1001110 |
Color Harmonies of #F5C497
Complementary color
Monochromatic Colors of #F5C497
Black with #F5C497
Text Example
Text Example
White with #F5C497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C497; }
p { color: rgb(245,196,151); }
H1.HeaderClassName
{
color: #F5C497;
}
.AnyTagClassName
{
color: #F5C497;
}
</style>
background-color css
<style>
a { background-color: #F5C497; }
a { background-color: rgb(245,196,151); }
div.DivClassName
{
background-color: #F5C497;
}
.BgClassName
{
background-color: #F5C497;
}
</style>
border-color css
<style>
span { border-color: #F5C497; }
span { border-color: rgb(245,196,151); }
td.TdClassName
{
border-color: #F5C497;
}
.TagClassName
{
border-color: #F5C497;
}
</style>