Shades of Peach-Orange #F5C795
Tints of Peach-Orange #F5C795
RGB
CMYK
RGB Variations
Color information
#F5C795 (or 0xF5C795) is known color: Peach-Orange. HEX triplet: F5, C7 and 95. RGB value is (245,199,149). Sum of RGB (Red+Green+Blue) = 245+199+149=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C795 is #0A386A. Grayscale: #CFCFCF. Windows color (decimal): -669803 or 9816053. OLE color: 9816053.
HSL color Cylindrical-coordinate representation of color #F5C795: hue angle of 31.25º 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 #F5C795 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 149 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.04 |
| HSL | 31.25º | 0.83% | 0.77% | - |
| HSV(B) | 31.25º | 0.39% | 0.96% | - |
| XYZ | 63.5 | 62.43 | 37.14 | - |
| YUV | 207.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 149 | 0 | 0.19 | 0.39 | 0.04 | 31.25 | 0.83 | 0.77 |
| Hex | F5 | C7 | 95 | 0 | 13 | 27 | 4 | 1F | 53 | 4D |
| Octal | 365 | 307 | 225 | 0 | 23 | 47 | 4 | 37 | 123 | 115 |
| Binary | 11110101 | 11000111 | 10010101 | 0 | 10011 | 100111 | 100 | 11111 | 1010011 | 1001101 |
Color Harmonies of #F5C795
Complementary color
Monochromatic Colors of #F5C795
Black with #F5C795
Text Example
Text Example
White with #F5C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C795; }
p { color: rgb(245,199,149); }
H1.HeaderClassName
{
color: #F5C795;
}
.AnyTagClassName
{
color: #F5C795;
}
</style>
background-color css
<style>
a { background-color: #F5C795; }
a { background-color: rgb(245,199,149); }
div.DivClassName
{
background-color: #F5C795;
}
.BgClassName
{
background-color: #F5C795;
}
</style>
border-color css
<style>
span { border-color: #F5C795; }
span { border-color: rgb(245,199,149); }
td.TdClassName
{
border-color: #F5C795;
}
.TagClassName
{
border-color: #F5C795;
}
</style>