Shades of Peach-Orange #F6C795
Tints of Peach-Orange #F6C795
RGB
CMYK
RGB Variations
Color information
#F6C795 (or 0xF6C795) is known color: Peach-Orange. HEX triplet: F6, C7 and 95. RGB value is (246,199,149). Sum of RGB (Red+Green+Blue) = 246+199+149=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C795 is #09386A. Grayscale: #CFCFCF. Windows color (decimal): -604267 or 9816054. OLE color: 9816054.
HSL color Cylindrical-coordinate representation of color #F6C795: hue angle of 30.93º degrees, saturation: 0.84, 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 #F6C795 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 149 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.04 |
| HSL | 30.93º | 0.84% | 0.77% | - |
| HSV(B) | 30.93º | 0.39% | 0.96% | - |
| XYZ | 63.85 | 62.61 | 37.15 | - |
| YUV | 207.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 149 | 0 | 0.19 | 0.39 | 0.04 | 30.93 | 0.84 | 0.77 |
| Hex | F6 | C7 | 95 | 0 | 13 | 27 | 4 | 1F | 54 | 4D |
| Octal | 366 | 307 | 225 | 0 | 23 | 47 | 4 | 37 | 124 | 115 |
| Binary | 11110110 | 11000111 | 10010101 | 0 | 10011 | 100111 | 100 | 11111 | 1010100 | 1001101 |
Color Harmonies of #F6C795
Complementary color
Monochromatic Colors of #F6C795
Black with #F6C795
Text Example
Text Example
White with #F6C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C795; }
p { color: rgb(246,199,149); }
H1.HeaderClassName
{
color: #F6C795;
}
.AnyTagClassName
{
color: #F6C795;
}
</style>
background-color css
<style>
a { background-color: #F6C795; }
a { background-color: rgb(246,199,149); }
div.DivClassName
{
background-color: #F6C795;
}
.BgClassName
{
background-color: #F6C795;
}
</style>
border-color css
<style>
span { border-color: #F6C795; }
span { border-color: rgb(246,199,149); }
td.TdClassName
{
border-color: #F6C795;
}
.TagClassName
{
border-color: #F6C795;
}
</style>