Shades of Peach-Orange #F6C798
Tints of Peach-Orange #F6C798
RGB
CMYK
RGB Variations
Color information
#F6C798 (or 0xF6C798) is known color: Peach-Orange. HEX triplet: F6, C7 and 98. RGB value is (246,199,152). Sum of RGB (Red+Green+Blue) = 246+199+152=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C798 is #093867. Grayscale: #CFCFCF. Windows color (decimal): -604264 or 10012662. OLE color: 10012662.
HSL color Cylindrical-coordinate representation of color #F6C798: hue angle of 30º degrees, saturation: 0.84, 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 #F6C798 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 152 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.04 |
| HSL | 30º | 0.84% | 0.78% | - |
| HSV(B) | 30º | 0.38% | 0.96% | - |
| XYZ | 64.1 | 62.71 | 38.43 | - |
| YUV | 207.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 152 | 0 | 0.19 | 0.38 | 0.04 | 30 | 0.84 | 0.78 |
| Hex | F6 | C7 | 98 | 0 | 13 | 26 | 4 | 1E | 54 | 4E |
| Octal | 366 | 307 | 230 | 0 | 23 | 46 | 4 | 36 | 124 | 116 |
| Binary | 11110110 | 11000111 | 10011000 | 0 | 10011 | 100110 | 100 | 11110 | 1010100 | 1001110 |
Color Harmonies of #F6C798
Complementary color
Monochromatic Colors of #F6C798
Black with #F6C798
Text Example
Text Example
White with #F6C798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C798; }
p { color: rgb(246,199,152); }
H1.HeaderClassName
{
color: #F6C798;
}
.AnyTagClassName
{
color: #F6C798;
}
</style>
background-color css
<style>
a { background-color: #F6C798; }
a { background-color: rgb(246,199,152); }
div.DivClassName
{
background-color: #F6C798;
}
.BgClassName
{
background-color: #F6C798;
}
</style>
border-color css
<style>
span { border-color: #F6C798; }
span { border-color: rgb(246,199,152); }
td.TdClassName
{
border-color: #F6C798;
}
.TagClassName
{
border-color: #F6C798;
}
</style>