Shades of Peach-Orange #FFCE95
Tints of Peach-Orange #FFCE95
RGB
CMYK
RGB Variations
Color information
#FFCE95 (or 0xFFCE95) is known color: Peach-Orange. HEX triplet: FF, CE and 95. RGB value is (255,206,149). Sum of RGB (Red+Green+Blue) = 255+206+149=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE95 is #00316A. Grayscale: #D6D6D6. Windows color (decimal): -12651 or 9817855. OLE color: 9817855.
HSL color Cylindrical-coordinate representation of color #FFCE95: hue angle of 32.26º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFCE95 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 149 | - |
| CMYK | 0 | 0.19 | 0.42 | 0 |
| HSL | 32.26º | 1% | 0.79% | - |
| HSV(B) | 32.26º | 0.42% | 1% | - |
| XYZ | 68.74 | 67.57 | 37.85 | - |
| YUV | 214.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 149 | 0 | 0.19 | 0.42 | 0 | 32.26 | 1 | 0.79 |
| Hex | FF | CE | 95 | 0 | 13 | 2A | 0 | 20 | 64 | 4F |
| Octal | 377 | 316 | 225 | 0 | 23 | 52 | 0 | 40 | 144 | 117 |
| Binary | 11111111 | 11001110 | 10010101 | 0 | 10011 | 101010 | 0 | 100000 | 1100100 | 1001111 |
Color Harmonies of #FFCE95
Complementary color
Monochromatic Colors of #FFCE95
Black with #FFCE95
Text Example
Text Example
White with #FFCE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE95; }
p { color: rgb(255,206,149); }
H1.HeaderClassName
{
color: #FFCE95;
}
.AnyTagClassName
{
color: #FFCE95;
}
</style>
background-color css
<style>
a { background-color: #FFCE95; }
a { background-color: rgb(255,206,149); }
div.DivClassName
{
background-color: #FFCE95;
}
.BgClassName
{
background-color: #FFCE95;
}
</style>
border-color css
<style>
span { border-color: #FFCE95; }
span { border-color: rgb(255,206,149); }
td.TdClassName
{
border-color: #FFCE95;
}
.TagClassName
{
border-color: #FFCE95;
}
</style>