Shades of Peach-Orange #F5C996
Tints of Peach-Orange #F5C996
RGB
CMYK
RGB Variations
Color information
#F5C996 (or 0xF5C996) is known color: Peach-Orange. HEX triplet: F5, C9 and 96. RGB value is (245,201,150). Sum of RGB (Red+Green+Blue) = 245+201+150=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C996 is #0A3669. Grayscale: #D0D0D0. Windows color (decimal): -669290 or 9882101. OLE color: 9882101.
HSL color Cylindrical-coordinate representation of color #F5C996: hue angle of 32.21º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5C996 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 150 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.04 |
| HSL | 32.21º | 0.83% | 0.77% | - |
| HSV(B) | 32.21º | 0.39% | 0.96% | - |
| XYZ | 64.05 | 63.39 | 37.71 | - |
| YUV | 208.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 150 | 0 | 0.18 | 0.39 | 0.04 | 32.21 | 0.83 | 0.77 |
| Hex | F5 | C9 | 96 | 0 | 12 | 27 | 4 | 20 | 53 | 4D |
| Octal | 365 | 311 | 226 | 0 | 22 | 47 | 4 | 40 | 123 | 115 |
| Binary | 11110101 | 11001001 | 10010110 | 0 | 10010 | 100111 | 100 | 100000 | 1010011 | 1001101 |
Color Harmonies of #F5C996
Complementary color
Monochromatic Colors of #F5C996
Black with #F5C996
Text Example
Text Example
White with #F5C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C996; }
p { color: rgb(245,201,150); }
H1.HeaderClassName
{
color: #F5C996;
}
.AnyTagClassName
{
color: #F5C996;
}
</style>
background-color css
<style>
a { background-color: #F5C996; }
a { background-color: rgb(245,201,150); }
div.DivClassName
{
background-color: #F5C996;
}
.BgClassName
{
background-color: #F5C996;
}
</style>
border-color css
<style>
span { border-color: #F5C996; }
span { border-color: rgb(245,201,150); }
td.TdClassName
{
border-color: #F5C996;
}
.TagClassName
{
border-color: #F5C996;
}
</style>