Shades of Peach-Orange #FCCE8F
Tints of Peach-Orange #FCCE8F
RGB
CMYK
RGB Variations
Color information
#FCCE8F (or 0xFCCE8F) is known color: Peach-Orange. HEX triplet: FC, CE and 8F. RGB value is (252,206,143). Sum of RGB (Red+Green+Blue) = 252+206+143=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE8F is #033170. Grayscale: #D4D4D4. Windows color (decimal): -209265 or 9424636. OLE color: 9424636.
HSL color Cylindrical-coordinate representation of color #FCCE8F: hue angle of 34.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCCE8F is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 143 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.01 |
| HSL | 34.68º | 0.95% | 0.77% | - |
| HSV(B) | 34.68º | 0.43% | 0.99% | - |
| XYZ | 67.17 | 66.82 | 35.34 | - |
| YUV | 212.57 | 88.74 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 143 | 0 | 0.18 | 0.43 | 0.01 | 34.68 | 0.95 | 0.77 |
| Hex | FC | CE | 8F | 0 | 12 | 2B | 1 | 23 | 5F | 4D |
| Octal | 374 | 316 | 217 | 0 | 22 | 53 | 1 | 43 | 137 | 115 |
| Binary | 11111100 | 11001110 | 10001111 | 0 | 10010 | 101011 | 1 | 100011 | 1011111 | 1001101 |
Color Harmonies of #FCCE8F
Complementary color
Monochromatic Colors of #FCCE8F
Black with #FCCE8F
Text Example
Text Example
White with #FCCE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE8F; }
p { color: rgb(252,206,143); }
H1.HeaderClassName
{
color: #FCCE8F;
}
.AnyTagClassName
{
color: #FCCE8F;
}
</style>
background-color css
<style>
a { background-color: #FCCE8F; }
a { background-color: rgb(252,206,143); }
div.DivClassName
{
background-color: #FCCE8F;
}
.BgClassName
{
background-color: #FCCE8F;
}
</style>
border-color css
<style>
span { border-color: #FCCE8F; }
span { border-color: rgb(252,206,143); }
td.TdClassName
{
border-color: #FCCE8F;
}
.TagClassName
{
border-color: #FCCE8F;
}
</style>