Shades of Peach-Orange #F6C894
Tints of Peach-Orange #F6C894
RGB
CMYK
RGB Variations
Color information
#F6C894 (or 0xF6C894) is known color: Peach-Orange. HEX triplet: F6, C8 and 94. RGB value is (246,200,148). Sum of RGB (Red+Green+Blue) = 246+200+148=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C894 is #09376B. Grayscale: #D0D0D0. Windows color (decimal): -604012 or 9750774. OLE color: 9750774.
HSL color Cylindrical-coordinate representation of color #F6C894: hue angle of 31.84º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6C894 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 148 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.04 |
| HSL | 31.84º | 0.84% | 0.77% | - |
| HSV(B) | 31.84º | 0.4% | 0.96% | - |
| XYZ | 64.01 | 63.04 | 36.81 | - |
| YUV | 207.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 148 | 0 | 0.19 | 0.40 | 0.04 | 31.84 | 0.84 | 0.77 |
| Hex | F6 | C8 | 94 | 0 | 13 | 28 | 4 | 20 | 54 | 4D |
| Octal | 366 | 310 | 224 | 0 | 23 | 50 | 4 | 40 | 124 | 115 |
| Binary | 11110110 | 11001000 | 10010100 | 0 | 10011 | 101000 | 100 | 100000 | 1010100 | 1001101 |
Color Harmonies of #F6C894
Complementary color
Monochromatic Colors of #F6C894
Black with #F6C894
Text Example
Text Example
White with #F6C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C894; }
p { color: rgb(246,200,148); }
H1.HeaderClassName
{
color: #F6C894;
}
.AnyTagClassName
{
color: #F6C894;
}
</style>
background-color css
<style>
a { background-color: #F6C894; }
a { background-color: rgb(246,200,148); }
div.DivClassName
{
background-color: #F6C894;
}
.BgClassName
{
background-color: #F6C894;
}
</style>
border-color css
<style>
span { border-color: #F6C894; }
span { border-color: rgb(246,200,148); }
td.TdClassName
{
border-color: #F6C894;
}
.TagClassName
{
border-color: #F6C894;
}
</style>