Shades of Peach-Orange #F6C89B
Tints of Peach-Orange #F6C89B
RGB
CMYK
RGB Variations
Color information
#F6C89B (or 0xF6C89B) is known color: Peach-Orange. HEX triplet: F6, C8 and 9B. RGB value is (246,200,155). Sum of RGB (Red+Green+Blue) = 246+200+155=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C89B is #093764. Grayscale: #D0D0D0. Windows color (decimal): -604005 or 10209526. OLE color: 10209526.
HSL color Cylindrical-coordinate representation of color #F6C89B: hue angle of 29.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6C89B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 155 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.04 |
| HSL | 29.67º | 0.83% | 0.79% | - |
| HSV(B) | 29.67º | 0.37% | 0.96% | - |
| XYZ | 64.58 | 63.27 | 39.82 | - |
| YUV | 208.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 155 | 0 | 0.19 | 0.37 | 0.04 | 29.67 | 0.83 | 0.79 |
| Hex | F6 | C8 | 9B | 0 | 13 | 25 | 4 | 1E | 53 | 4F |
| Octal | 366 | 310 | 233 | 0 | 23 | 45 | 4 | 36 | 123 | 117 |
| Binary | 11110110 | 11001000 | 10011011 | 0 | 10011 | 100101 | 100 | 11110 | 1010011 | 1001111 |
Color Harmonies of #F6C89B
Complementary color
Monochromatic Colors of #F6C89B
Black with #F6C89B
Text Example
Text Example
White with #F6C89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C89B; }
p { color: rgb(246,200,155); }
H1.HeaderClassName
{
color: #F6C89B;
}
.AnyTagClassName
{
color: #F6C89B;
}
</style>
background-color css
<style>
a { background-color: #F6C89B; }
a { background-color: rgb(246,200,155); }
div.DivClassName
{
background-color: #F6C89B;
}
.BgClassName
{
background-color: #F6C89B;
}
</style>
border-color css
<style>
span { border-color: #F6C89B; }
span { border-color: rgb(246,200,155); }
td.TdClassName
{
border-color: #F6C89B;
}
.TagClassName
{
border-color: #F6C89B;
}
</style>