Shades of Peach-Orange #FFCE93
Tints of Peach-Orange #FFCE93
RGB
CMYK
RGB Variations
Color information
#FFCE93 (or 0xFFCE93) is known color: Peach-Orange. HEX triplet: FF, CE and 93. RGB value is (255,206,147). Sum of RGB (Red+Green+Blue) = 255+206+147=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE93 is #00316C. Grayscale: #D6D6D6. Windows color (decimal): -12653 or 9686783. OLE color: 9686783.
HSL color Cylindrical-coordinate representation of color #FFCE93: hue angle of 32.78º 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 #FFCE93 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 147 | - |
| CMYK | 0 | 0.19 | 0.42 | 0 |
| HSL | 32.78º | 1% | 0.79% | - |
| HSV(B) | 32.78º | 0.42% | 1% | - |
| XYZ | 68.58 | 67.51 | 37.02 | - |
| YUV | 213.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 147 | 0 | 0.19 | 0.42 | 0 | 32.78 | 1 | 0.79 |
| Hex | FF | CE | 93 | 0 | 13 | 2A | 0 | 21 | 64 | 4F |
| Octal | 377 | 316 | 223 | 0 | 23 | 52 | 0 | 41 | 144 | 117 |
| Binary | 11111111 | 11001110 | 10010011 | 0 | 10011 | 101010 | 0 | 100001 | 1100100 | 1001111 |
Color Harmonies of #FFCE93
Complementary color
Monochromatic Colors of #FFCE93
Black with #FFCE93
Text Example
Text Example
White with #FFCE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE93; }
p { color: rgb(255,206,147); }
H1.HeaderClassName
{
color: #FFCE93;
}
.AnyTagClassName
{
color: #FFCE93;
}
</style>
background-color css
<style>
a { background-color: #FFCE93; }
a { background-color: rgb(255,206,147); }
div.DivClassName
{
background-color: #FFCE93;
}
.BgClassName
{
background-color: #FFCE93;
}
</style>
border-color css
<style>
span { border-color: #FFCE93; }
span { border-color: rgb(255,206,147); }
td.TdClassName
{
border-color: #FFCE93;
}
.TagClassName
{
border-color: #FFCE93;
}
</style>