Shades of Peach-Orange #FFCE8F
Tints of Peach-Orange #FFCE8F
RGB
CMYK
RGB Variations
Color information
#FFCE8F (or 0xFFCE8F) is known color: Peach-Orange. HEX triplet: FF, CE and 8F. RGB value is (255,206,143). Sum of RGB (Red+Green+Blue) = 255+206+143=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE8F is #003170. Grayscale: #D5D5D5. Windows color (decimal): -12657 or 9424639. OLE color: 9424639.
HSL color Cylindrical-coordinate representation of color #FFCE8F: hue angle of 33.75º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFCE8F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 143 | - |
| CMYK | 0 | 0.19 | 0.44 | 0 |
| HSL | 33.75º | 1% | 0.78% | - |
| HSV(B) | 33.75º | 0.44% | 1% | - |
| XYZ | 68.27 | 67.39 | 35.4 | - |
| YUV | 213.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 143 | 0 | 0.19 | 0.44 | 0 | 33.75 | 1 | 0.78 |
| Hex | FF | CE | 8F | 0 | 13 | 2C | 0 | 22 | 64 | 4E |
| Octal | 377 | 316 | 217 | 0 | 23 | 54 | 0 | 42 | 144 | 116 |
| Binary | 11111111 | 11001110 | 10001111 | 0 | 10011 | 101100 | 0 | 100010 | 1100100 | 1001110 |
Color Harmonies of #FFCE8F
Complementary color
Monochromatic Colors of #FFCE8F
Black with #FFCE8F
Text Example
Text Example
White with #FFCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE8F; }
p { color: rgb(255,206,143); }
H1.HeaderClassName
{
color: #FFCE8F;
}
.AnyTagClassName
{
color: #FFCE8F;
}
</style>
background-color css
<style>
a { background-color: #FFCE8F; }
a { background-color: rgb(255,206,143); }
div.DivClassName
{
background-color: #FFCE8F;
}
.BgClassName
{
background-color: #FFCE8F;
}
</style>
border-color css
<style>
span { border-color: #FFCE8F; }
span { border-color: rgb(255,206,143); }
td.TdClassName
{
border-color: #FFCE8F;
}
.TagClassName
{
border-color: #FFCE8F;
}
</style>