Shades of Peach-Orange #F8CE9A
Tints of Peach-Orange #F8CE9A
RGB
CMYK
RGB Variations
Color information
#F8CE9A (or 0xF8CE9A) is known color: Peach-Orange. HEX triplet: F8, CE and 9A. RGB value is (248,206,154). Sum of RGB (Red+Green+Blue) = 248+206+154=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE9A is #073165. Grayscale: #D4D4D4. Windows color (decimal): -471398 or 10145528. OLE color: 10145528.
HSL color Cylindrical-coordinate representation of color #F8CE9A: hue angle of 33.19º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8CE9A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 154 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.03 |
| HSL | 33.19º | 0.87% | 0.79% | - |
| HSV(B) | 33.19º | 0.38% | 0.97% | - |
| XYZ | 66.62 | 66.43 | 39.88 | - |
| YUV | 212.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 154 | 0 | 0.17 | 0.38 | 0.03 | 33.19 | 0.87 | 0.79 |
| Hex | F8 | CE | 9A | 0 | 11 | 26 | 3 | 21 | 57 | 4F |
| Octal | 370 | 316 | 232 | 0 | 21 | 46 | 3 | 41 | 127 | 117 |
| Binary | 11111000 | 11001110 | 10011010 | 0 | 10001 | 100110 | 11 | 100001 | 1010111 | 1001111 |
Color Harmonies of #F8CE9A
Complementary color
Monochromatic Colors of #F8CE9A
Black with #F8CE9A
Text Example
Text Example
White with #F8CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE9A; }
p { color: rgb(248,206,154); }
H1.HeaderClassName
{
color: #F8CE9A;
}
.AnyTagClassName
{
color: #F8CE9A;
}
</style>
background-color css
<style>
a { background-color: #F8CE9A; }
a { background-color: rgb(248,206,154); }
div.DivClassName
{
background-color: #F8CE9A;
}
.BgClassName
{
background-color: #F8CE9A;
}
</style>
border-color css
<style>
span { border-color: #F8CE9A; }
span { border-color: rgb(248,206,154); }
td.TdClassName
{
border-color: #F8CE9A;
}
.TagClassName
{
border-color: #F8CE9A;
}
</style>