Shades of Peach-Orange #FFC890
Tints of Peach-Orange #FFC890
RGB
CMYK
RGB Variations
Color information
#FFC890 (or 0xFFC890) is known color: Peach-Orange. HEX triplet: FF, C8 and 90. RGB value is (255,200,144). Sum of RGB (Red+Green+Blue) = 255+200+144=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC890 is #00376F. Grayscale: #D2D2D2. Windows color (decimal): -14192 or 9488639. OLE color: 9488639.
HSL color Cylindrical-coordinate representation of color #FFC890: hue angle of 30.27º 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 #FFC890 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 144 | - |
| CMYK | 0 | 0.22 | 0.44 | 0 |
| HSL | 30.27º | 1% | 0.78% | - |
| HSV(B) | 30.27º | 0.44% | 1% | - |
| XYZ | 66.93 | 64.58 | 35.32 | - |
| YUV | 210.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 144 | 0 | 0.22 | 0.44 | 0 | 30.27 | 1 | 0.78 |
| Hex | FF | C8 | 90 | 0 | 16 | 2C | 0 | 1E | 64 | 4E |
| Octal | 377 | 310 | 220 | 0 | 26 | 54 | 0 | 36 | 144 | 116 |
| Binary | 11111111 | 11001000 | 10010000 | 0 | 10110 | 101100 | 0 | 11110 | 1100100 | 1001110 |
Color Harmonies of #FFC890
Complementary color
Monochromatic Colors of #FFC890
Black with #FFC890
Text Example
Text Example
White with #FFC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC890; }
p { color: rgb(255,200,144); }
H1.HeaderClassName
{
color: #FFC890;
}
.AnyTagClassName
{
color: #FFC890;
}
</style>
background-color css
<style>
a { background-color: #FFC890; }
a { background-color: rgb(255,200,144); }
div.DivClassName
{
background-color: #FFC890;
}
.BgClassName
{
background-color: #FFC890;
}
</style>
border-color css
<style>
span { border-color: #FFC890; }
span { border-color: rgb(255,200,144); }
td.TdClassName
{
border-color: #FFC890;
}
.TagClassName
{
border-color: #FFC890;
}
</style>