Shades of Peach-Orange #F6C89A
Tints of Peach-Orange #F6C89A
RGB
CMYK
RGB Variations
Color information
#F6C89A (or 0xF6C89A) is known color: Peach-Orange. HEX triplet: F6, C8 and 9A. RGB value is (246,200,154). Sum of RGB (Red+Green+Blue) = 246+200+154=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C89A is #093765. Grayscale: #D0D0D0. Windows color (decimal): -604006 or 10143990. OLE color: 10143990.
HSL color Cylindrical-coordinate representation of color #F6C89A: 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.37%. Process color model (Four color, CMYK) of #F6C89A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 154 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.04 |
| HSL | 30º | 0.84% | 0.78% | - |
| HSV(B) | 30º | 0.37% | 0.96% | - |
| XYZ | 64.49 | 63.23 | 39.38 | - |
| YUV | 208.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 154 | 0 | 0.19 | 0.37 | 0.04 | 30 | 0.84 | 0.78 |
| Hex | F6 | C8 | 9A | 0 | 13 | 25 | 4 | 1E | 54 | 4E |
| Octal | 366 | 310 | 232 | 0 | 23 | 45 | 4 | 36 | 124 | 116 |
| Binary | 11110110 | 11001000 | 10011010 | 0 | 10011 | 100101 | 100 | 11110 | 1010100 | 1001110 |
Color Harmonies of #F6C89A
Complementary color
Monochromatic Colors of #F6C89A
Black with #F6C89A
Text Example
Text Example
White with #F6C89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C89A; }
p { color: rgb(246,200,154); }
H1.HeaderClassName
{
color: #F6C89A;
}
.AnyTagClassName
{
color: #F6C89A;
}
</style>
background-color css
<style>
a { background-color: #F6C89A; }
a { background-color: rgb(246,200,154); }
div.DivClassName
{
background-color: #F6C89A;
}
.BgClassName
{
background-color: #F6C89A;
}
</style>
border-color css
<style>
span { border-color: #F6C89A; }
span { border-color: rgb(246,200,154); }
td.TdClassName
{
border-color: #F6C89A;
}
.TagClassName
{
border-color: #F6C89A;
}
</style>