Shades of Peach-Orange #FFCE8C
Tints of Peach-Orange #FFCE8C
RGB
CMYK
RGB Variations
Color information
#FFCE8C (or 0xFFCE8C) is known color: Peach-Orange. HEX triplet: FF, CE and 8C. RGB value is (255,206,140). Sum of RGB (Red+Green+Blue) = 255+206+140=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE8C is #003173. Grayscale: #D5D5D5. Windows color (decimal): -12660 or 9228031. OLE color: 9228031.
HSL color Cylindrical-coordinate representation of color #FFCE8C: hue angle of 34.43º 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 #FFCE8C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 140 | - |
| CMYK | 0 | 0.19 | 0.45 | 0 |
| HSL | 34.43º | 1% | 0.77% | - |
| HSV(B) | 34.43º | 0.45% | 1% | - |
| XYZ | 68.04 | 67.3 | 34.21 | - |
| YUV | 213.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 140 | 0 | 0.19 | 0.45 | 0 | 34.43 | 1 | 0.77 |
| Hex | FF | CE | 8C | 0 | 13 | 2D | 0 | 22 | 64 | 4D |
| Octal | 377 | 316 | 214 | 0 | 23 | 55 | 0 | 42 | 144 | 115 |
| Binary | 11111111 | 11001110 | 10001100 | 0 | 10011 | 101101 | 0 | 100010 | 1100100 | 1001101 |
Color Harmonies of #FFCE8C
Complementary color
Monochromatic Colors of #FFCE8C
Black with #FFCE8C
Text Example
Text Example
White with #FFCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE8C; }
p { color: rgb(255,206,140); }
H1.HeaderClassName
{
color: #FFCE8C;
}
.AnyTagClassName
{
color: #FFCE8C;
}
</style>
background-color css
<style>
a { background-color: #FFCE8C; }
a { background-color: rgb(255,206,140); }
div.DivClassName
{
background-color: #FFCE8C;
}
.BgClassName
{
background-color: #FFCE8C;
}
</style>
border-color css
<style>
span { border-color: #FFCE8C; }
span { border-color: rgb(255,206,140); }
td.TdClassName
{
border-color: #FFCE8C;
}
.TagClassName
{
border-color: #FFCE8C;
}
</style>