Shades of Peach-Orange #FCCE90
Tints of Peach-Orange #FCCE90
RGB
CMYK
RGB Variations
Color information
#FCCE90 (or 0xFCCE90) is known color: Peach-Orange. HEX triplet: FC, CE and 90. RGB value is (252,206,144). Sum of RGB (Red+Green+Blue) = 252+206+144=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE90 is #03316F. Grayscale: #D4D4D4. Windows color (decimal): -209264 or 9490172. OLE color: 9490172.
HSL color Cylindrical-coordinate representation of color #FCCE90: hue angle of 34.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCCE90 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 144 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.01 |
| HSL | 34.44º | 0.95% | 0.78% | - |
| HSV(B) | 34.44º | 0.43% | 0.99% | - |
| XYZ | 67.25 | 66.85 | 35.74 | - |
| YUV | 212.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 144 | 0 | 0.18 | 0.43 | 0.01 | 34.44 | 0.95 | 0.78 |
| Hex | FC | CE | 90 | 0 | 12 | 2B | 1 | 22 | 5F | 4E |
| Octal | 374 | 316 | 220 | 0 | 22 | 53 | 1 | 42 | 137 | 116 |
| Binary | 11111100 | 11001110 | 10010000 | 0 | 10010 | 101011 | 1 | 100010 | 1011111 | 1001110 |
Color Harmonies of #FCCE90
Complementary color
Monochromatic Colors of #FCCE90
Black with #FCCE90
Text Example
Text Example
White with #FCCE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE90; }
p { color: rgb(252,206,144); }
H1.HeaderClassName
{
color: #FCCE90;
}
.AnyTagClassName
{
color: #FCCE90;
}
</style>
background-color css
<style>
a { background-color: #FCCE90; }
a { background-color: rgb(252,206,144); }
div.DivClassName
{
background-color: #FCCE90;
}
.BgClassName
{
background-color: #FCCE90;
}
</style>
border-color css
<style>
span { border-color: #FCCE90; }
span { border-color: rgb(252,206,144); }
td.TdClassName
{
border-color: #FCCE90;
}
.TagClassName
{
border-color: #FCCE90;
}
</style>