Shades of Peach-Orange #FFC88E
Tints of Peach-Orange #FFC88E
RGB
CMYK
RGB Variations
Color information
#FFC88E (or 0xFFC88E) is known color: Peach-Orange. HEX triplet: FF, C8 and 8E. RGB value is (255,200,142). Sum of RGB (Red+Green+Blue) = 255+200+142=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC88E is #003771. Grayscale: #D2D2D2. Windows color (decimal): -14194 or 9357567. OLE color: 9357567.
HSL color Cylindrical-coordinate representation of color #FFC88E: hue angle of 30.8º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC88E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 142 | - |
| CMYK | 0 | 0.22 | 0.44 | 0 |
| HSL | 30.8º | 1% | 0.78% | - |
| HSV(B) | 30.8º | 0.44% | 1% | - |
| XYZ | 66.78 | 64.52 | 34.53 | - |
| YUV | 209.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 142 | 0 | 0.22 | 0.44 | 0 | 30.8 | 1 | 0.78 |
| Hex | FF | C8 | 8E | 0 | 16 | 2C | 0 | 1F | 64 | 4E |
| Octal | 377 | 310 | 216 | 0 | 26 | 54 | 0 | 37 | 144 | 116 |
| Binary | 11111111 | 11001000 | 10001110 | 0 | 10110 | 101100 | 0 | 11111 | 1100100 | 1001110 |
Color Harmonies of #FFC88E
Complementary color
Monochromatic Colors of #FFC88E
Black with #FFC88E
Text Example
Text Example
White with #FFC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC88E; }
p { color: rgb(255,200,142); }
H1.HeaderClassName
{
color: #FFC88E;
}
.AnyTagClassName
{
color: #FFC88E;
}
</style>
background-color css
<style>
a { background-color: #FFC88E; }
a { background-color: rgb(255,200,142); }
div.DivClassName
{
background-color: #FFC88E;
}
.BgClassName
{
background-color: #FFC88E;
}
</style>
border-color css
<style>
span { border-color: #FFC88E; }
span { border-color: rgb(255,200,142); }
td.TdClassName
{
border-color: #FFC88E;
}
.TagClassName
{
border-color: #FFC88E;
}
</style>