Shades of Peach-Orange #FFC893
Tints of Peach-Orange #FFC893
RGB
CMYK
RGB Variations
Color information
#FFC893 (or 0xFFC893) is known color: Peach-Orange. HEX triplet: FF, C8 and 93. RGB value is (255,200,147). Sum of RGB (Red+Green+Blue) = 255+200+147=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC893 is #00376C. Grayscale: #D2D2D2. Windows color (decimal): -14189 or 9685247. OLE color: 9685247.
HSL color Cylindrical-coordinate representation of color #FFC893: hue angle of 29.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFC893 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 147 | - |
| CMYK | 0 | 0.22 | 0.42 | 0 |
| HSL | 29.44º | 1% | 0.79% | - |
| HSV(B) | 29.44º | 0.42% | 1% | - |
| XYZ | 67.16 | 64.68 | 36.55 | - |
| YUV | 210.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 147 | 0 | 0.22 | 0.42 | 0 | 29.44 | 1 | 0.79 |
| Hex | FF | C8 | 93 | 0 | 16 | 2A | 0 | 1D | 64 | 4F |
| Octal | 377 | 310 | 223 | 0 | 26 | 52 | 0 | 35 | 144 | 117 |
| Binary | 11111111 | 11001000 | 10010011 | 0 | 10110 | 101010 | 0 | 11101 | 1100100 | 1001111 |
Color Harmonies of #FFC893
Complementary color
Monochromatic Colors of #FFC893
Black with #FFC893
Text Example
Text Example
White with #FFC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC893; }
p { color: rgb(255,200,147); }
H1.HeaderClassName
{
color: #FFC893;
}
.AnyTagClassName
{
color: #FFC893;
}
</style>
background-color css
<style>
a { background-color: #FFC893; }
a { background-color: rgb(255,200,147); }
div.DivClassName
{
background-color: #FFC893;
}
.BgClassName
{
background-color: #FFC893;
}
</style>
border-color css
<style>
span { border-color: #FFC893; }
span { border-color: rgb(255,200,147); }
td.TdClassName
{
border-color: #FFC893;
}
.TagClassName
{
border-color: #FFC893;
}
</style>