Shades of Peach-Orange #F6C392
Tints of Peach-Orange #F6C392
RGB
CMYK
RGB Variations
Color information
#F6C392 (or 0xF6C392) is known color: Peach-Orange. HEX triplet: F6, C3 and 92. RGB value is (246,195,146). Sum of RGB (Red+Green+Blue) = 246+195+146=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C392 is #093C6D. Grayscale: #CCCCCC. Windows color (decimal): -605294 or 9618422. OLE color: 9618422.
HSL color Cylindrical-coordinate representation of color #F6C392: hue angle of 29.4º 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 #F6C392 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 146 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.04 |
| HSL | 29.4º | 0.85% | 0.77% | - |
| HSV(B) | 29.4º | 0.41% | 0.96% | - |
| XYZ | 62.71 | 60.7 | 35.6 | - |
| YUV | 204.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 146 | 0 | 0.21 | 0.41 | 0.04 | 29.4 | 0.85 | 0.77 |
| Hex | F6 | C3 | 92 | 0 | 15 | 29 | 4 | 1D | 55 | 4D |
| Octal | 366 | 303 | 222 | 0 | 25 | 51 | 4 | 35 | 125 | 115 |
| Binary | 11110110 | 11000011 | 10010010 | 0 | 10101 | 101001 | 100 | 11101 | 1010101 | 1001101 |
Color Harmonies of #F6C392
Complementary color
Monochromatic Colors of #F6C392
Black with #F6C392
Text Example
Text Example
White with #F6C392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C392; }
p { color: rgb(246,195,146); }
H1.HeaderClassName
{
color: #F6C392;
}
.AnyTagClassName
{
color: #F6C392;
}
</style>
background-color css
<style>
a { background-color: #F6C392; }
a { background-color: rgb(246,195,146); }
div.DivClassName
{
background-color: #F6C392;
}
.BgClassName
{
background-color: #F6C392;
}
</style>
border-color css
<style>
span { border-color: #F6C392; }
span { border-color: rgb(246,195,146); }
td.TdClassName
{
border-color: #F6C392;
}
.TagClassName
{
border-color: #F6C392;
}
</style>