Shades of Peach-Orange #F6C891
Tints of Peach-Orange #F6C891
RGB
CMYK
RGB Variations
Color information
#F6C891 (or 0xF6C891) is known color: Peach-Orange. HEX triplet: F6, C8 and 91. RGB value is (246,200,145). Sum of RGB (Red+Green+Blue) = 246+200+145=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C891 is #09376E. Grayscale: #CFCFCF. Windows color (decimal): -604015 or 9554166. OLE color: 9554166.
HSL color Cylindrical-coordinate representation of color #F6C891: hue angle of 32.67º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6C891 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 145 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.04 |
| HSL | 32.67º | 0.85% | 0.77% | - |
| HSV(B) | 32.67º | 0.41% | 0.96% | - |
| XYZ | 63.77 | 62.95 | 35.58 | - |
| YUV | 207.48 | 92.74 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 145 | 0 | 0.19 | 0.41 | 0.04 | 32.67 | 0.85 | 0.77 |
| Hex | F6 | C8 | 91 | 0 | 13 | 29 | 4 | 21 | 55 | 4D |
| Octal | 366 | 310 | 221 | 0 | 23 | 51 | 4 | 41 | 125 | 115 |
| Binary | 11110110 | 11001000 | 10010001 | 0 | 10011 | 101001 | 100 | 100001 | 1010101 | 1001101 |
Color Harmonies of #F6C891
Complementary color
Monochromatic Colors of #F6C891
Black with #F6C891
Text Example
Text Example
White with #F6C891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C891; }
p { color: rgb(246,200,145); }
H1.HeaderClassName
{
color: #F6C891;
}
.AnyTagClassName
{
color: #F6C891;
}
</style>
background-color css
<style>
a { background-color: #F6C891; }
a { background-color: rgb(246,200,145); }
div.DivClassName
{
background-color: #F6C891;
}
.BgClassName
{
background-color: #F6C891;
}
</style>
border-color css
<style>
span { border-color: #F6C891; }
span { border-color: rgb(246,200,145); }
td.TdClassName
{
border-color: #F6C891;
}
.TagClassName
{
border-color: #F6C891;
}
</style>