Shades of Peach-Orange #F8C594
Tints of Peach-Orange #F8C594
RGB
CMYK
RGB Variations
Color information
#F8C594 (or 0xF8C594) is known color: Peach-Orange. HEX triplet: F8, C5 and 94. RGB value is (248,197,148). Sum of RGB (Red+Green+Blue) = 248+197+148=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C594 is #073A6B. Grayscale: #CECECE. Windows color (decimal): -473708 or 9750008. OLE color: 9750008.
HSL color Cylindrical-coordinate representation of color #F8C594: hue angle of 29.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8C594 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 197 | 148 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.03 |
| HSL | 29.4º | 0.88% | 0.78% | - |
| HSV(B) | 29.4º | 0.4% | 0.97% | - |
| XYZ | 64.02 | 62.03 | 36.62 | - |
| YUV | 206.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 197 | 148 | 0 | 0.21 | 0.40 | 0.03 | 29.4 | 0.88 | 0.78 |
| Hex | F8 | C5 | 94 | 0 | 15 | 28 | 3 | 1D | 58 | 4E |
| Octal | 370 | 305 | 224 | 0 | 25 | 50 | 3 | 35 | 130 | 116 |
| Binary | 11111000 | 11000101 | 10010100 | 0 | 10101 | 101000 | 11 | 11101 | 1011000 | 1001110 |
Color Harmonies of #F8C594
Complementary color
Monochromatic Colors of #F8C594
Black with #F8C594
Text Example
Text Example
White with #F8C594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C594; }
p { color: rgb(248,197,148); }
H1.HeaderClassName
{
color: #F8C594;
}
.AnyTagClassName
{
color: #F8C594;
}
</style>
background-color css
<style>
a { background-color: #F8C594; }
a { background-color: rgb(248,197,148); }
div.DivClassName
{
background-color: #F8C594;
}
.BgClassName
{
background-color: #F8C594;
}
</style>
border-color css
<style>
span { border-color: #F8C594; }
span { border-color: rgb(248,197,148); }
td.TdClassName
{
border-color: #F8C594;
}
.TagClassName
{
border-color: #F8C594;
}
</style>