Shades of Peach-Orange #F5C494
Tints of Peach-Orange #F5C494
RGB
CMYK
RGB Variations
Color information
#F5C494 (or 0xF5C494) is known color: Peach-Orange. HEX triplet: F5, C4 and 94. RGB value is (245,196,148). Sum of RGB (Red+Green+Blue) = 245+196+148=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C494 is #0A3B6B. Grayscale: #CDCDCD. Windows color (decimal): -670572 or 9749749. OLE color: 9749749.
HSL color Cylindrical-coordinate representation of color #F5C494: hue angle of 29.69º 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 #F5C494 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 148 | - |
| CMYK | 0 | 0.2 | 0.40 | 0.04 |
| HSL | 29.69º | 0.83% | 0.77% | - |
| HSV(B) | 29.69º | 0.4% | 0.96% | - |
| XYZ | 62.74 | 61.03 | 36.49 | - |
| YUV | 205.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 148 | 0 | 0.2 | 0.40 | 0.04 | 29.69 | 0.83 | 0.77 |
| Hex | F5 | C4 | 94 | 0 | 14 | 28 | 4 | 1E | 53 | 4D |
| Octal | 365 | 304 | 224 | 0 | 24 | 50 | 4 | 36 | 123 | 115 |
| Binary | 11110101 | 11000100 | 10010100 | 0 | 10100 | 101000 | 100 | 11110 | 1010011 | 1001101 |
Color Harmonies of #F5C494
Complementary color
Monochromatic Colors of #F5C494
Black with #F5C494
Text Example
Text Example
White with #F5C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C494; }
p { color: rgb(245,196,148); }
H1.HeaderClassName
{
color: #F5C494;
}
.AnyTagClassName
{
color: #F5C494;
}
</style>
background-color css
<style>
a { background-color: #F5C494; }
a { background-color: rgb(245,196,148); }
div.DivClassName
{
background-color: #F5C494;
}
.BgClassName
{
background-color: #F5C494;
}
</style>
border-color css
<style>
span { border-color: #F5C494; }
span { border-color: rgb(245,196,148); }
td.TdClassName
{
border-color: #F5C494;
}
.TagClassName
{
border-color: #F5C494;
}
</style>