Shades of Peach-Orange #FCCF9E
Tints of Peach-Orange #FCCF9E
RGB
CMYK
RGB Variations
Color information
#FCCF9E (or 0xFCCF9E) is known color: Peach-Orange. HEX triplet: FC, CF and 9E. RGB value is (252,207,158). Sum of RGB (Red+Green+Blue) = 252+207+158=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF9E is #033061. Grayscale: #D7D7D7. Windows color (decimal): -208994 or 10407932. OLE color: 10407932.
HSL color Cylindrical-coordinate representation of color #FCCF9E: hue angle of 31.28º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCF9E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 158 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.01 |
| HSL | 31.28º | 0.94% | 0.8% | - |
| HSV(B) | 31.28º | 0.37% | 0.99% | - |
| XYZ | 68.63 | 67.79 | 41.82 | - |
| YUV | 214.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 158 | 0 | 0.18 | 0.37 | 0.01 | 31.28 | 0.94 | 0.8 |
| Hex | FC | CF | 9E | 0 | 12 | 25 | 1 | 1F | 5E | 50 |
| Octal | 374 | 317 | 236 | 0 | 22 | 45 | 1 | 37 | 136 | 120 |
| Binary | 11111100 | 11001111 | 10011110 | 0 | 10010 | 100101 | 1 | 11111 | 1011110 | 1010000 |
Color Harmonies of #FCCF9E
Complementary color
Monochromatic Colors of #FCCF9E
Black with #FCCF9E
Text Example
Text Example
White with #FCCF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF9E; }
p { color: rgb(252,207,158); }
H1.HeaderClassName
{
color: #FCCF9E;
}
.AnyTagClassName
{
color: #FCCF9E;
}
</style>
background-color css
<style>
a { background-color: #FCCF9E; }
a { background-color: rgb(252,207,158); }
div.DivClassName
{
background-color: #FCCF9E;
}
.BgClassName
{
background-color: #FCCF9E;
}
</style>
border-color css
<style>
span { border-color: #FCCF9E; }
span { border-color: rgb(252,207,158); }
td.TdClassName
{
border-color: #FCCF9E;
}
.TagClassName
{
border-color: #FCCF9E;
}
</style>