Shades of Peach-Orange #F8CE9B
Tints of Peach-Orange #F8CE9B
RGB
CMYK
RGB Variations
Color information
#F8CE9B (or 0xF8CE9B) is known color: Peach-Orange. HEX triplet: F8, CE and 9B. RGB value is (248,206,155). Sum of RGB (Red+Green+Blue) = 248+206+155=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE9B is #073164. Grayscale: #D4D4D4. Windows color (decimal): -471397 or 10211064. OLE color: 10211064.
HSL color Cylindrical-coordinate representation of color #F8CE9B: hue angle of 32.9º 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 #F8CE9B is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 155 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.03 |
| HSL | 32.9º | 0.87% | 0.79% | - |
| HSV(B) | 32.9º | 0.38% | 0.97% | - |
| XYZ | 66.7 | 66.47 | 40.32 | - |
| YUV | 212.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 155 | 0 | 0.17 | 0.38 | 0.03 | 32.9 | 0.87 | 0.79 |
| Hex | F8 | CE | 9B | 0 | 11 | 26 | 3 | 21 | 57 | 4F |
| Octal | 370 | 316 | 233 | 0 | 21 | 46 | 3 | 41 | 127 | 117 |
| Binary | 11111000 | 11001110 | 10011011 | 0 | 10001 | 100110 | 11 | 100001 | 1010111 | 1001111 |
Color Harmonies of #F8CE9B
Complementary color
Monochromatic Colors of #F8CE9B
Black with #F8CE9B
Text Example
Text Example
White with #F8CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CE9B; }
p { color: rgb(248,206,155); }
H1.HeaderClassName
{
color: #F8CE9B;
}
.AnyTagClassName
{
color: #F8CE9B;
}
</style>
background-color css
<style>
a { background-color: #F8CE9B; }
a { background-color: rgb(248,206,155); }
div.DivClassName
{
background-color: #F8CE9B;
}
.BgClassName
{
background-color: #F8CE9B;
}
</style>
border-color css
<style>
span { border-color: #F8CE9B; }
span { border-color: rgb(248,206,155); }
td.TdClassName
{
border-color: #F8CE9B;
}
.TagClassName
{
border-color: #F8CE9B;
}
</style>