Shades of Peach-Orange #F5C594
Tints of Peach-Orange #F5C594
RGB
CMYK
RGB Variations
Color information
#F5C594 (or 0xF5C594) is known color: Peach-Orange. HEX triplet: F5, C5 and 94. RGB value is (245,197,148). Sum of RGB (Red+Green+Blue) = 245+197+148=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C594 is #0A3A6B. Grayscale: #CECECE. Windows color (decimal): -670316 or 9750005. OLE color: 9750005.
HSL color Cylindrical-coordinate representation of color #F5C594: hue angle of 30.31º 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 #F5C594 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 197 | 148 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.04 |
| HSL | 30.31º | 0.83% | 0.77% | - |
| HSV(B) | 30.31º | 0.4% | 0.96% | - |
| XYZ | 62.97 | 61.48 | 36.57 | - |
| YUV | 205.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 197 | 148 | 0 | 0.20 | 0.40 | 0.04 | 30.31 | 0.83 | 0.77 |
| Hex | F5 | C5 | 94 | 0 | 14 | 28 | 4 | 1E | 53 | 4D |
| Octal | 365 | 305 | 224 | 0 | 24 | 50 | 4 | 36 | 123 | 115 |
| Binary | 11110101 | 11000101 | 10010100 | 0 | 10100 | 101000 | 100 | 11110 | 1010011 | 1001101 |
Color Harmonies of #F5C594
Complementary color
Monochromatic Colors of #F5C594
Black with #F5C594
Text Example
Text Example
White with #F5C594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C594; }
p { color: rgb(245,197,148); }
H1.HeaderClassName
{
color: #F5C594;
}
.AnyTagClassName
{
color: #F5C594;
}
</style>
background-color css
<style>
a { background-color: #F5C594; }
a { background-color: rgb(245,197,148); }
div.DivClassName
{
background-color: #F5C594;
}
.BgClassName
{
background-color: #F5C594;
}
</style>
border-color css
<style>
span { border-color: #F5C594; }
span { border-color: rgb(245,197,148); }
td.TdClassName
{
border-color: #F5C594;
}
.TagClassName
{
border-color: #F5C594;
}
</style>