Shades of Peach-Orange #F5C593
Tints of Peach-Orange #F5C593
RGB
CMYK
RGB Variations
Color information
#F5C593 (or 0xF5C593) is known color: Peach-Orange. HEX triplet: F5, C5 and 93. RGB value is (245,197,147). Sum of RGB (Red+Green+Blue) = 245+197+147=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C593 is #0A3A6C. Grayscale: #CDCDCD. Windows color (decimal): -670317 or 9684469. OLE color: 9684469.
HSL color Cylindrical-coordinate representation of color #F5C593: hue angle of 30.61º 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 #F5C593 is Cyan = 0, Magento = 0.20, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 197 | 147 | - |
| CMYK | 0 | 0.20 | 0.4 | 0.04 |
| HSL | 30.61º | 0.83% | 0.77% | - |
| HSV(B) | 30.61º | 0.4% | 0.96% | - |
| XYZ | 62.89 | 61.45 | 36.15 | - |
| YUV | 205.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 197 | 147 | 0 | 0.20 | 0.4 | 0.04 | 30.61 | 0.83 | 0.77 |
| Hex | F5 | C5 | 93 | 0 | 14 | 28 | 4 | 1F | 53 | 4D |
| Octal | 365 | 305 | 223 | 0 | 24 | 50 | 4 | 37 | 123 | 115 |
| Binary | 11110101 | 11000101 | 10010011 | 0 | 10100 | 101000 | 100 | 11111 | 1010011 | 1001101 |
Color Harmonies of #F5C593
Complementary color
Monochromatic Colors of #F5C593
Black with #F5C593
Text Example
Text Example
White with #F5C593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C593; }
p { color: rgb(245,197,147); }
H1.HeaderClassName
{
color: #F5C593;
}
.AnyTagClassName
{
color: #F5C593;
}
</style>
background-color css
<style>
a { background-color: #F5C593; }
a { background-color: rgb(245,197,147); }
div.DivClassName
{
background-color: #F5C593;
}
.BgClassName
{
background-color: #F5C593;
}
</style>
border-color css
<style>
span { border-color: #F5C593; }
span { border-color: rgb(245,197,147); }
td.TdClassName
{
border-color: #F5C593;
}
.TagClassName
{
border-color: #F5C593;
}
</style>