Shades of Peach-Orange #FFC892
Tints of Peach-Orange #FFC892
RGB
CMYK
RGB Variations
Color information
#FFC892 (or 0xFFC892) is known color: Peach-Orange. HEX triplet: FF, C8 and 92. RGB value is (255,200,146). Sum of RGB (Red+Green+Blue) = 255+200+146=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC892 is #00376D. Grayscale: #D2D2D2. Windows color (decimal): -14190 or 9619711. OLE color: 9619711.
HSL color Cylindrical-coordinate representation of color #FFC892: hue angle of 29.72º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFC892 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 146 | - |
| CMYK | 0 | 0.22 | 0.43 | 0 |
| HSL | 29.72º | 1% | 0.79% | - |
| HSV(B) | 29.72º | 0.43% | 1% | - |
| XYZ | 67.08 | 64.64 | 36.14 | - |
| YUV | 210.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 146 | 0 | 0.22 | 0.43 | 0 | 29.72 | 1 | 0.79 |
| Hex | FF | C8 | 92 | 0 | 16 | 2B | 0 | 1E | 64 | 4F |
| Octal | 377 | 310 | 222 | 0 | 26 | 53 | 0 | 36 | 144 | 117 |
| Binary | 11111111 | 11001000 | 10010010 | 0 | 10110 | 101011 | 0 | 11110 | 1100100 | 1001111 |
Color Harmonies of #FFC892
Complementary color
Monochromatic Colors of #FFC892
Black with #FFC892
Text Example
Text Example
White with #FFC892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC892; }
p { color: rgb(255,200,146); }
H1.HeaderClassName
{
color: #FFC892;
}
.AnyTagClassName
{
color: #FFC892;
}
</style>
background-color css
<style>
a { background-color: #FFC892; }
a { background-color: rgb(255,200,146); }
div.DivClassName
{
background-color: #FFC892;
}
.BgClassName
{
background-color: #FFC892;
}
</style>
border-color css
<style>
span { border-color: #FFC892; }
span { border-color: rgb(255,200,146); }
td.TdClassName
{
border-color: #FFC892;
}
.TagClassName
{
border-color: #FFC892;
}
</style>