Shades of Peach-Orange #F8C78E
Tints of Peach-Orange #F8C78E
RGB
CMYK
RGB Variations
Color information
#F8C78E (or 0xF8C78E) is known color: Peach-Orange. HEX triplet: F8, C7 and 8E. RGB value is (248,199,142). Sum of RGB (Red+Green+Blue) = 248+199+142=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C78E is #073871. Grayscale: #CFCFCF. Windows color (decimal): -473202 or 9357304. OLE color: 9357304.
HSL color Cylindrical-coordinate representation of color #F8C78E: hue angle of 32.26º 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 #F8C78E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 142 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.03 |
| HSL | 32.26º | 0.88% | 0.76% | - |
| HSV(B) | 32.26º | 0.43% | 0.97% | - |
| XYZ | 64.02 | 62.76 | 34.33 | - |
| YUV | 207.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 142 | 0 | 0.20 | 0.43 | 0.03 | 32.26 | 0.88 | 0.76 |
| Hex | F8 | C7 | 8E | 0 | 14 | 2B | 3 | 20 | 58 | 4C |
| Octal | 370 | 307 | 216 | 0 | 24 | 53 | 3 | 40 | 130 | 114 |
| Binary | 11111000 | 11000111 | 10001110 | 0 | 10100 | 101011 | 11 | 100000 | 1011000 | 1001100 |
Color Harmonies of #F8C78E
Complementary color
Monochromatic Colors of #F8C78E
Black with #F8C78E
Text Example
Text Example
White with #F8C78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C78E; }
p { color: rgb(248,199,142); }
H1.HeaderClassName
{
color: #F8C78E;
}
.AnyTagClassName
{
color: #F8C78E;
}
</style>
background-color css
<style>
a { background-color: #F8C78E; }
a { background-color: rgb(248,199,142); }
div.DivClassName
{
background-color: #F8C78E;
}
.BgClassName
{
background-color: #F8C78E;
}
</style>
border-color css
<style>
span { border-color: #F8C78E; }
span { border-color: rgb(248,199,142); }
td.TdClassName
{
border-color: #F8C78E;
}
.TagClassName
{
border-color: #F8C78E;
}
</style>