Shades of Peach-Orange #F6C792
Tints of Peach-Orange #F6C792
RGB
CMYK
RGB Variations
Color information
#F6C792 (or 0xF6C792) is known color: Peach-Orange. HEX triplet: F6, C7 and 92. RGB value is (246,199,146). Sum of RGB (Red+Green+Blue) = 246+199+146=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C792 is #09386D. Grayscale: #CFCFCF. Windows color (decimal): -604270 or 9619446. OLE color: 9619446.
HSL color Cylindrical-coordinate representation of color #F6C792: hue angle of 31.8º 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 #F6C792 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 146 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.04 |
| HSL | 31.8º | 0.85% | 0.77% | - |
| HSV(B) | 31.8º | 0.41% | 0.96% | - |
| XYZ | 63.62 | 62.52 | 35.91 | - |
| YUV | 207.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 146 | 0 | 0.19 | 0.41 | 0.04 | 31.8 | 0.85 | 0.77 |
| Hex | F6 | C7 | 92 | 0 | 13 | 29 | 4 | 20 | 55 | 4D |
| Octal | 366 | 307 | 222 | 0 | 23 | 51 | 4 | 40 | 125 | 115 |
| Binary | 11110110 | 11000111 | 10010010 | 0 | 10011 | 101001 | 100 | 100000 | 1010101 | 1001101 |
Color Harmonies of #F6C792
Complementary color
Monochromatic Colors of #F6C792
Black with #F6C792
Text Example
Text Example
White with #F6C792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C792; }
p { color: rgb(246,199,146); }
H1.HeaderClassName
{
color: #F6C792;
}
.AnyTagClassName
{
color: #F6C792;
}
</style>
background-color css
<style>
a { background-color: #F6C792; }
a { background-color: rgb(246,199,146); }
div.DivClassName
{
background-color: #F6C792;
}
.BgClassName
{
background-color: #F6C792;
}
</style>
border-color css
<style>
span { border-color: #F6C792; }
span { border-color: rgb(246,199,146); }
td.TdClassName
{
border-color: #F6C792;
}
.TagClassName
{
border-color: #F6C792;
}
</style>