Shades of Peach-Orange #F5C293
Tints of Peach-Orange #F5C293
RGB
CMYK
RGB Variations
Color information
#F5C293 (or 0xF5C293) is known color: Peach-Orange. HEX triplet: F5, C2 and 93. RGB value is (245,194,147). Sum of RGB (Red+Green+Blue) = 245+194+147=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C293 is #0A3D6C. Grayscale: #CCCCCC. Windows color (decimal): -671085 or 9683701. OLE color: 9683701.
HSL color Cylindrical-coordinate representation of color #F5C293: hue angle of 28.78º degrees, saturation: 0.83, 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 #F5C293 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 147 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.04 |
| HSL | 28.78º | 0.83% | 0.77% | - |
| HSV(B) | 28.78º | 0.4% | 0.96% | - |
| XYZ | 62.21 | 60.1 | 35.93 | - |
| YUV | 203.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 147 | 0 | 0.21 | 0.4 | 0.04 | 28.78 | 0.83 | 0.77 |
| Hex | F5 | C2 | 93 | 0 | 15 | 28 | 4 | 1D | 53 | 4D |
| Octal | 365 | 302 | 223 | 0 | 25 | 50 | 4 | 35 | 123 | 115 |
| Binary | 11110101 | 11000010 | 10010011 | 0 | 10101 | 101000 | 100 | 11101 | 1010011 | 1001101 |
Color Harmonies of #F5C293
Complementary color
Monochromatic Colors of #F5C293
Black with #F5C293
Text Example
Text Example
White with #F5C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C293; }
p { color: rgb(245,194,147); }
H1.HeaderClassName
{
color: #F5C293;
}
.AnyTagClassName
{
color: #F5C293;
}
</style>
background-color css
<style>
a { background-color: #F5C293; }
a { background-color: rgb(245,194,147); }
div.DivClassName
{
background-color: #F5C293;
}
.BgClassName
{
background-color: #F5C293;
}
</style>
border-color css
<style>
span { border-color: #F5C293; }
span { border-color: rgb(245,194,147); }
td.TdClassName
{
border-color: #F5C293;
}
.TagClassName
{
border-color: #F5C293;
}
</style>