Shades of Peach-Orange #F5C193
Tints of Peach-Orange #F5C193
RGB
CMYK
RGB Variations
Color information
#F5C193 (or 0xF5C193) is known color: Peach-Orange. HEX triplet: F5, C1 and 93. RGB value is (245,193,147). Sum of RGB (Red+Green+Blue) = 245+193+147=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C193 is #0A3E6C. Grayscale: #CBCBCB. Windows color (decimal): -671341 or 9683445. OLE color: 9683445.
HSL color Cylindrical-coordinate representation of color #F5C193: hue angle of 28.16º 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 #F5C193 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 147 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.04 |
| HSL | 28.16º | 0.83% | 0.77% | - |
| HSV(B) | 28.16º | 0.4% | 0.96% | - |
| XYZ | 61.99 | 59.66 | 35.85 | - |
| YUV | 203.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 147 | 0 | 0.21 | 0.4 | 0.04 | 28.16 | 0.83 | 0.77 |
| Hex | F5 | C1 | 93 | 0 | 15 | 28 | 4 | 1C | 53 | 4D |
| Octal | 365 | 301 | 223 | 0 | 25 | 50 | 4 | 34 | 123 | 115 |
| Binary | 11110101 | 11000001 | 10010011 | 0 | 10101 | 101000 | 100 | 11100 | 1010011 | 1001101 |
Color Harmonies of #F5C193
Complementary color
Monochromatic Colors of #F5C193
Black with #F5C193
Text Example
Text Example
White with #F5C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C193; }
p { color: rgb(245,193,147); }
H1.HeaderClassName
{
color: #F5C193;
}
.AnyTagClassName
{
color: #F5C193;
}
</style>
background-color css
<style>
a { background-color: #F5C193; }
a { background-color: rgb(245,193,147); }
div.DivClassName
{
background-color: #F5C193;
}
.BgClassName
{
background-color: #F5C193;
}
</style>
border-color css
<style>
span { border-color: #F5C193; }
span { border-color: rgb(245,193,147); }
td.TdClassName
{
border-color: #F5C193;
}
.TagClassName
{
border-color: #F5C193;
}
</style>