Shades of Peach-Orange #F9C88E
Tints of Peach-Orange #F9C88E
RGB
CMYK
RGB Variations
Color information
#F9C88E (or 0xF9C88E) is known color: Peach-Orange. HEX triplet: F9, C8 and 8E. RGB value is (249,200,142). Sum of RGB (Red+Green+Blue) = 249+200+142=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C88E is #063771. Grayscale: #D0D0D0. Windows color (decimal): -407410 or 9357561. OLE color: 9357561.
HSL color Cylindrical-coordinate representation of color #F9C88E: hue angle of 32.52º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9C88E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 142 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.02 |
| HSL | 32.52º | 0.9% | 0.77% | - |
| HSV(B) | 32.52º | 0.43% | 0.98% | - |
| XYZ | 64.6 | 63.4 | 34.42 | - |
| YUV | 208.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 142 | 0 | 0.20 | 0.43 | 0.02 | 32.52 | 0.9 | 0.77 |
| Hex | F9 | C8 | 8E | 0 | 14 | 2B | 2 | 21 | 5A | 4D |
| Octal | 371 | 310 | 216 | 0 | 24 | 53 | 2 | 41 | 132 | 115 |
| Binary | 11111001 | 11001000 | 10001110 | 0 | 10100 | 101011 | 10 | 100001 | 1011010 | 1001101 |
Color Harmonies of #F9C88E
Complementary color
Monochromatic Colors of #F9C88E
Black with #F9C88E
Text Example
Text Example
White with #F9C88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C88E; }
p { color: rgb(249,200,142); }
H1.HeaderClassName
{
color: #F9C88E;
}
.AnyTagClassName
{
color: #F9C88E;
}
</style>
background-color css
<style>
a { background-color: #F9C88E; }
a { background-color: rgb(249,200,142); }
div.DivClassName
{
background-color: #F9C88E;
}
.BgClassName
{
background-color: #F9C88E;
}
</style>
border-color css
<style>
span { border-color: #F9C88E; }
span { border-color: rgb(249,200,142); }
td.TdClassName
{
border-color: #F9C88E;
}
.TagClassName
{
border-color: #F9C88E;
}
</style>