Shades of Peach-Orange #F8CE94
Tints of Peach-Orange #F8CE94
RGB
CMYK
RGB Variations
Color information
#F8CE94 (or 0xF8CE94) is known color: Peach-Orange. HEX triplet: F8, CE and 94. RGB value is (248,206,148). Sum of RGB (Red+Green+Blue) = 248+206+148=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE94 is #07316B. Grayscale: #D4D4D4. Windows color (decimal): -471404 or 9752312. OLE color: 9752312.
HSL color Cylindrical-coordinate representation of color #F8CE94: hue angle of 34.8º 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 #F8CE94 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 148 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.03 |
| HSL | 34.8º | 0.88% | 0.78% | - |
| HSV(B) | 34.8º | 0.4% | 0.97% | - |
| XYZ | 66.13 | 66.24 | 37.32 | - |
| YUV | 211.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 148 | 0 | 0.17 | 0.40 | 0.03 | 34.8 | 0.88 | 0.78 |
| Hex | F8 | CE | 94 | 0 | 11 | 28 | 3 | 23 | 58 | 4E |
| Octal | 370 | 316 | 224 | 0 | 21 | 50 | 3 | 43 | 130 | 116 |
| Binary | 11111000 | 11001110 | 10010100 | 0 | 10001 | 101000 | 11 | 100011 | 1011000 | 1001110 |
Color Harmonies of #F8CE94
Complementary color
Monochromatic Colors of #F8CE94
Black with #F8CE94
Text Example
Text Example
White with #F8CE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE94; }
p { color: rgb(248,206,148); }
H1.HeaderClassName
{
color: #F8CE94;
}
.AnyTagClassName
{
color: #F8CE94;
}
</style>
background-color css
<style>
a { background-color: #F8CE94; }
a { background-color: rgb(248,206,148); }
div.DivClassName
{
background-color: #F8CE94;
}
.BgClassName
{
background-color: #F8CE94;
}
</style>
border-color css
<style>
span { border-color: #F8CE94; }
span { border-color: rgb(248,206,148); }
td.TdClassName
{
border-color: #F8CE94;
}
.TagClassName
{
border-color: #F8CE94;
}
</style>