Shades of Peach-Orange #FFCE9D
Tints of Peach-Orange #FFCE9D
RGB
CMYK
RGB Variations
Color information
#FFCE9D (or 0xFFCE9D) is known color: Peach-Orange. HEX triplet: FF, CE and 9D. RGB value is (255,206,157). Sum of RGB (Red+Green+Blue) = 255+206+157=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE9D is #003162. Grayscale: #D7D7D7. Windows color (decimal): -12643 or 10342143. OLE color: 10342143.
HSL color Cylindrical-coordinate representation of color #FFCE9D: hue angle of 30º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFCE9D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 157 | - |
| CMYK | 0 | 0.19 | 0.38 | 0 |
| HSL | 30º | 1% | 0.81% | - |
| HSV(B) | 30º | 0.38% | 1% | - |
| XYZ | 69.4 | 67.84 | 41.33 | - |
| YUV | 215.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 157 | 0 | 0.19 | 0.38 | 0 | 30 | 1 | 0.81 |
| Hex | FF | CE | 9D | 0 | 13 | 26 | 0 | 1E | 64 | 51 |
| Octal | 377 | 316 | 235 | 0 | 23 | 46 | 0 | 36 | 144 | 121 |
| Binary | 11111111 | 11001110 | 10011101 | 0 | 10011 | 100110 | 0 | 11110 | 1100100 | 1010001 |
Color Harmonies of #FFCE9D
Complementary color
Monochromatic Colors of #FFCE9D
Black with #FFCE9D
Text Example
Text Example
White with #FFCE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE9D; }
p { color: rgb(255,206,157); }
H1.HeaderClassName
{
color: #FFCE9D;
}
.AnyTagClassName
{
color: #FFCE9D;
}
</style>
background-color css
<style>
a { background-color: #FFCE9D; }
a { background-color: rgb(255,206,157); }
div.DivClassName
{
background-color: #FFCE9D;
}
.BgClassName
{
background-color: #FFCE9D;
}
</style>
border-color css
<style>
span { border-color: #FFCE9D; }
span { border-color: rgb(255,206,157); }
td.TdClassName
{
border-color: #FFCE9D;
}
.TagClassName
{
border-color: #FFCE9D;
}
</style>