Shades of Peach-Orange #FFC88C
Tints of Peach-Orange #FFC88C
RGB
CMYK
RGB Variations
Color information
#FFC88C (or 0xFFC88C) is known color: Peach-Orange. HEX triplet: FF, C8 and 8C. RGB value is (255,200,140). Sum of RGB (Red+Green+Blue) = 255+200+140=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC88C is #003773. Grayscale: #D1D1D1. Windows color (decimal): -14196 or 9226495. OLE color: 9226495.
HSL color Cylindrical-coordinate representation of color #FFC88C: hue angle of 31.3º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC88C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 140 | - |
| CMYK | 0 | 0.22 | 0.45 | 0 |
| HSL | 31.3º | 1% | 0.77% | - |
| HSV(B) | 31.3º | 0.45% | 1% | - |
| XYZ | 66.63 | 64.46 | 33.74 | - |
| YUV | 209.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 140 | 0 | 0.22 | 0.45 | 0 | 31.3 | 1 | 0.77 |
| Hex | FF | C8 | 8C | 0 | 16 | 2D | 0 | 1F | 64 | 4D |
| Octal | 377 | 310 | 214 | 0 | 26 | 55 | 0 | 37 | 144 | 115 |
| Binary | 11111111 | 11001000 | 10001100 | 0 | 10110 | 101101 | 0 | 11111 | 1100100 | 1001101 |
Color Harmonies of #FFC88C
Complementary color
Monochromatic Colors of #FFC88C
Black with #FFC88C
Text Example
Text Example
White with #FFC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC88C; }
p { color: rgb(255,200,140); }
H1.HeaderClassName
{
color: #FFC88C;
}
.AnyTagClassName
{
color: #FFC88C;
}
</style>
background-color css
<style>
a { background-color: #FFC88C; }
a { background-color: rgb(255,200,140); }
div.DivClassName
{
background-color: #FFC88C;
}
.BgClassName
{
background-color: #FFC88C;
}
</style>
border-color css
<style>
span { border-color: #FFC88C; }
span { border-color: rgb(255,200,140); }
td.TdClassName
{
border-color: #FFC88C;
}
.TagClassName
{
border-color: #FFC88C;
}
</style>