Shades of Peach-Orange #FFCE9C
Tints of Peach-Orange #FFCE9C
RGB
CMYK
RGB Variations
Color information
#FFCE9C (or 0xFFCE9C) is known color: Peach-Orange. HEX triplet: FF, CE and 9C. RGB value is (255,206,156). Sum of RGB (Red+Green+Blue) = 255+206+156=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE9C is #003163. Grayscale: #D7D7D7. Windows color (decimal): -12644 or 10276607. OLE color: 10276607.
HSL color Cylindrical-coordinate representation of color #FFCE9C: hue angle of 30.3º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFCE9C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 156 | - |
| CMYK | 0 | 0.19 | 0.39 | 0 |
| HSL | 30.3º | 1% | 0.81% | - |
| HSV(B) | 30.3º | 0.39% | 1% | - |
| XYZ | 69.31 | 67.8 | 40.89 | - |
| YUV | 214.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 156 | 0 | 0.19 | 0.39 | 0 | 30.3 | 1 | 0.81 |
| Hex | FF | CE | 9C | 0 | 13 | 27 | 0 | 1E | 64 | 51 |
| Octal | 377 | 316 | 234 | 0 | 23 | 47 | 0 | 36 | 144 | 121 |
| Binary | 11111111 | 11001110 | 10011100 | 0 | 10011 | 100111 | 0 | 11110 | 1100100 | 1010001 |
Color Harmonies of #FFCE9C
Complementary color
Monochromatic Colors of #FFCE9C
Black with #FFCE9C
Text Example
Text Example
White with #FFCE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE9C; }
p { color: rgb(255,206,156); }
H1.HeaderClassName
{
color: #FFCE9C;
}
.AnyTagClassName
{
color: #FFCE9C;
}
</style>
background-color css
<style>
a { background-color: #FFCE9C; }
a { background-color: rgb(255,206,156); }
div.DivClassName
{
background-color: #FFCE9C;
}
.BgClassName
{
background-color: #FFCE9C;
}
</style>
border-color css
<style>
span { border-color: #FFCE9C; }
span { border-color: rgb(255,206,156); }
td.TdClassName
{
border-color: #FFCE9C;
}
.TagClassName
{
border-color: #FFCE9C;
}
</style>