Shades of Peach-Orange #FFC98C
Tints of Peach-Orange #FFC98C
RGB
CMYK
RGB Variations
Color information
#FFC98C (or 0xFFC98C) is known color: Peach-Orange. HEX triplet: FF, C9 and 8C. RGB value is (255,201,140). Sum of RGB (Red+Green+Blue) = 255+201+140=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC98C is #003673. Grayscale: #D2D2D2. Windows color (decimal): -13940 or 9226751. OLE color: 9226751.
HSL color Cylindrical-coordinate representation of color #FFC98C: hue angle of 31.83º 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 #FFC98C is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 140 | - |
| CMYK | 0 | 0.21 | 0.45 | 0 |
| HSL | 31.83º | 1% | 0.77% | - |
| HSV(B) | 31.83º | 0.45% | 1% | - |
| XYZ | 66.86 | 64.93 | 33.82 | - |
| YUV | 210.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 140 | 0 | 0.21 | 0.45 | 0 | 31.83 | 1 | 0.77 |
| Hex | FF | C9 | 8C | 0 | 15 | 2D | 0 | 20 | 64 | 4D |
| Octal | 377 | 311 | 214 | 0 | 25 | 55 | 0 | 40 | 144 | 115 |
| Binary | 11111111 | 11001001 | 10001100 | 0 | 10101 | 101101 | 0 | 100000 | 1100100 | 1001101 |
Color Harmonies of #FFC98C
Complementary color
Monochromatic Colors of #FFC98C
Black with #FFC98C
Text Example
Text Example
White with #FFC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC98C; }
p { color: rgb(255,201,140); }
H1.HeaderClassName
{
color: #FFC98C;
}
.AnyTagClassName
{
color: #FFC98C;
}
</style>
background-color css
<style>
a { background-color: #FFC98C; }
a { background-color: rgb(255,201,140); }
div.DivClassName
{
background-color: #FFC98C;
}
.BgClassName
{
background-color: #FFC98C;
}
</style>
border-color css
<style>
span { border-color: #FFC98C; }
span { border-color: rgb(255,201,140); }
td.TdClassName
{
border-color: #FFC98C;
}
.TagClassName
{
border-color: #FFC98C;
}
</style>