Shades of Peach-Orange #F8C08D
Tints of Peach-Orange #F8C08D
RGB
CMYK
RGB Variations
Color information
#F8C08D (or 0xF8C08D) is known color: Peach-Orange. HEX triplet: F8, C0 and 8D. RGB value is (248,192,141). Sum of RGB (Red+Green+Blue) = 248+192+141=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C08D is #073F72. Grayscale: #CBCBCB. Windows color (decimal): -474995 or 9289976. OLE color: 9289976.
HSL color Cylindrical-coordinate representation of color #F8C08D: hue angle of 28.6º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8C08D is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 141 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.03 |
| HSL | 28.6º | 0.88% | 0.76% | - |
| HSV(B) | 28.6º | 0.43% | 0.97% | - |
| XYZ | 62.37 | 59.58 | 33.41 | - |
| YUV | 202.93 | 93.05 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 141 | 0 | 0.23 | 0.43 | 0.03 | 28.6 | 0.88 | 0.76 |
| Hex | F8 | C0 | 8D | 0 | 17 | 2B | 3 | 1D | 58 | 4C |
| Octal | 370 | 300 | 215 | 0 | 27 | 53 | 3 | 35 | 130 | 114 |
| Binary | 11111000 | 11000000 | 10001101 | 0 | 10111 | 101011 | 11 | 11101 | 1011000 | 1001100 |
Color Harmonies of #F8C08D
Complementary color
Monochromatic Colors of #F8C08D
Black with #F8C08D
Text Example
Text Example
White with #F8C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C08D; }
p { color: rgb(248,192,141); }
H1.HeaderClassName
{
color: #F8C08D;
}
.AnyTagClassName
{
color: #F8C08D;
}
</style>
background-color css
<style>
a { background-color: #F8C08D; }
a { background-color: rgb(248,192,141); }
div.DivClassName
{
background-color: #F8C08D;
}
.BgClassName
{
background-color: #F8C08D;
}
</style>
border-color css
<style>
span { border-color: #F8C08D; }
span { border-color: rgb(248,192,141); }
td.TdClassName
{
border-color: #F8C08D;
}
.TagClassName
{
border-color: #F8C08D;
}
</style>