Shades of Peach-Orange #F5C799
Tints of Peach-Orange #F5C799
RGB
CMYK
RGB Variations
Color information
#F5C799 (or 0xF5C799) is known color: Peach-Orange. HEX triplet: F5, C7 and 99. RGB value is (245,199,153). Sum of RGB (Red+Green+Blue) = 245+199+153=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C799 is #0A3866. Grayscale: #CFCFCF. Windows color (decimal): -669799 or 10078197. OLE color: 10078197.
HSL color Cylindrical-coordinate representation of color #F5C799: 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 #F5C799 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 153 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.04 |
| HSL | 30º | 0.82% | 0.78% | - |
| HSV(B) | 30º | 0.38% | 0.96% | - |
| XYZ | 63.83 | 62.56 | 38.85 | - |
| YUV | 207.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 153 | 0 | 0.19 | 0.38 | 0.04 | 30 | 0.82 | 0.78 |
| Hex | F5 | C7 | 99 | 0 | 13 | 26 | 4 | 1E | 52 | 4E |
| Octal | 365 | 307 | 231 | 0 | 23 | 46 | 4 | 36 | 122 | 116 |
| Binary | 11110101 | 11000111 | 10011001 | 0 | 10011 | 100110 | 100 | 11110 | 1010010 | 1001110 |
Color Harmonies of #F5C799
Complementary color
Monochromatic Colors of #F5C799
Black with #F5C799
Text Example
Text Example
White with #F5C799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C799; }
p { color: rgb(245,199,153); }
H1.HeaderClassName
{
color: #F5C799;
}
.AnyTagClassName
{
color: #F5C799;
}
</style>
background-color css
<style>
a { background-color: #F5C799; }
a { background-color: rgb(245,199,153); }
div.DivClassName
{
background-color: #F5C799;
}
.BgClassName
{
background-color: #F5C799;
}
</style>
border-color css
<style>
span { border-color: #F5C799; }
span { border-color: rgb(245,199,153); }
td.TdClassName
{
border-color: #F5C799;
}
.TagClassName
{
border-color: #F5C799;
}
</style>