Shades of Peach-Orange #FFC89A
Tints of Peach-Orange #FFC89A
RGB
CMYK
RGB Variations
Color information
#FFC89A (or 0xFFC89A) is known color: Peach-Orange. HEX triplet: FF, C8 and 9A. RGB value is (255,200,154). Sum of RGB (Red+Green+Blue) = 255+200+154=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC89A is #003765. Grayscale: #D3D3D3. Windows color (decimal): -14182 or 10143999. OLE color: 10143999.
HSL color Cylindrical-coordinate representation of color #FFC89A: hue angle of 27.33º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFC89A is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 154 | - |
| CMYK | 0 | 0.22 | 0.40 | 0 |
| HSL | 27.33º | 1% | 0.8% | - |
| HSV(B) | 27.33º | 0.4% | 1% | - |
| XYZ | 67.73 | 64.9 | 39.53 | - |
| YUV | 211.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 154 | 0 | 0.22 | 0.40 | 0 | 27.33 | 1 | 0.8 |
| Hex | FF | C8 | 9A | 0 | 16 | 28 | 0 | 1B | 64 | 50 |
| Octal | 377 | 310 | 232 | 0 | 26 | 50 | 0 | 33 | 144 | 120 |
| Binary | 11111111 | 11001000 | 10011010 | 0 | 10110 | 101000 | 0 | 11011 | 1100100 | 1010000 |
Color Harmonies of #FFC89A
Complementary color
Monochromatic Colors of #FFC89A
Black with #FFC89A
Text Example
Text Example
White with #FFC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC89A; }
p { color: rgb(255,200,154); }
H1.HeaderClassName
{
color: #FFC89A;
}
.AnyTagClassName
{
color: #FFC89A;
}
</style>
background-color css
<style>
a { background-color: #FFC89A; }
a { background-color: rgb(255,200,154); }
div.DivClassName
{
background-color: #FFC89A;
}
.BgClassName
{
background-color: #FFC89A;
}
</style>
border-color css
<style>
span { border-color: #FFC89A; }
span { border-color: rgb(255,200,154); }
td.TdClassName
{
border-color: #FFC89A;
}
.TagClassName
{
border-color: #FFC89A;
}
</style>