Shades of Peach-Orange #F6C293
Tints of Peach-Orange #F6C293
RGB
CMYK
RGB Variations
Color information
#F6C293 (or 0xF6C293) is known color: Peach-Orange. HEX triplet: F6, C2 and 93. RGB value is (246,194,147). Sum of RGB (Red+Green+Blue) = 246+194+147=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C293 is #093D6C. Grayscale: #CCCCCC. Windows color (decimal): -605549 or 9683702. OLE color: 9683702.
HSL color Cylindrical-coordinate representation of color #F6C293: hue angle of 28.48º degrees, saturation: 0.85, 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 #F6C293 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 147 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.04 |
| HSL | 28.48º | 0.85% | 0.77% | - |
| HSV(B) | 28.48º | 0.4% | 0.96% | - |
| XYZ | 62.56 | 60.28 | 35.94 | - |
| YUV | 204.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 147 | 0 | 0.21 | 0.40 | 0.04 | 28.48 | 0.85 | 0.77 |
| Hex | F6 | C2 | 93 | 0 | 15 | 28 | 4 | 1C | 55 | 4D |
| Octal | 366 | 302 | 223 | 0 | 25 | 50 | 4 | 34 | 125 | 115 |
| Binary | 11110110 | 11000010 | 10010011 | 0 | 10101 | 101000 | 100 | 11100 | 1010101 | 1001101 |
Color Harmonies of #F6C293
Complementary color
Monochromatic Colors of #F6C293
Black with #F6C293
Text Example
Text Example
White with #F6C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C293; }
p { color: rgb(246,194,147); }
H1.HeaderClassName
{
color: #F6C293;
}
.AnyTagClassName
{
color: #F6C293;
}
</style>
background-color css
<style>
a { background-color: #F6C293; }
a { background-color: rgb(246,194,147); }
div.DivClassName
{
background-color: #F6C293;
}
.BgClassName
{
background-color: #F6C293;
}
</style>
border-color css
<style>
span { border-color: #F6C293; }
span { border-color: rgb(246,194,147); }
td.TdClassName
{
border-color: #F6C293;
}
.TagClassName
{
border-color: #F6C293;
}
</style>