Shades of Peach-Orange #FFC98B
Tints of Peach-Orange #FFC98B
RGB
CMYK
RGB Variations
Color information
#FFC98B (or 0xFFC98B) is known color: Peach-Orange. HEX triplet: FF, C9 and 8B. RGB value is (255,201,139). Sum of RGB (Red+Green+Blue) = 255+201+139=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC98B is #003674. Grayscale: #D2D2D2. Windows color (decimal): -13941 or 9161215. OLE color: 9161215.
HSL color Cylindrical-coordinate representation of color #FFC98B: hue angle of 32.07º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC98B is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 139 | - |
| CMYK | 0 | 0.21 | 0.45 | 0 |
| HSL | 32.07º | 1% | 0.77% | - |
| HSV(B) | 32.07º | 0.45% | 1% | - |
| XYZ | 66.79 | 64.9 | 33.43 | - |
| YUV | 210.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 139 | 0 | 0.21 | 0.45 | 0 | 32.07 | 1 | 0.77 |
| Hex | FF | C9 | 8B | 0 | 15 | 2D | 0 | 20 | 64 | 4D |
| Octal | 377 | 311 | 213 | 0 | 25 | 55 | 0 | 40 | 144 | 115 |
| Binary | 11111111 | 11001001 | 10001011 | 0 | 10101 | 101101 | 0 | 100000 | 1100100 | 1001101 |
Color Harmonies of #FFC98B
Complementary color
Monochromatic Colors of #FFC98B
Black with #FFC98B
Text Example
Text Example
White with #FFC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC98B; }
p { color: rgb(255,201,139); }
H1.HeaderClassName
{
color: #FFC98B;
}
.AnyTagClassName
{
color: #FFC98B;
}
</style>
background-color css
<style>
a { background-color: #FFC98B; }
a { background-color: rgb(255,201,139); }
div.DivClassName
{
background-color: #FFC98B;
}
.BgClassName
{
background-color: #FFC98B;
}
</style>
border-color css
<style>
span { border-color: #FFC98B; }
span { border-color: rgb(255,201,139); }
td.TdClassName
{
border-color: #FFC98B;
}
.TagClassName
{
border-color: #FFC98B;
}
</style>