Shades of Peach-Orange #FFC98E
Tints of Peach-Orange #FFC98E
RGB
CMYK
RGB Variations
Color information
#FFC98E (or 0xFFC98E) is known color: Peach-Orange. HEX triplet: FF, C9 and 8E. RGB value is (255,201,142). Sum of RGB (Red+Green+Blue) = 255+201+142=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC98E is #003671. Grayscale: #D2D2D2. Windows color (decimal): -13938 or 9357823. OLE color: 9357823.
HSL color Cylindrical-coordinate representation of color #FFC98E: hue angle of 31.33º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC98E is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 142 | - |
| CMYK | 0 | 0.21 | 0.44 | 0 |
| HSL | 31.33º | 1% | 0.78% | - |
| HSV(B) | 31.33º | 0.44% | 1% | - |
| XYZ | 67.01 | 64.99 | 34.6 | - |
| YUV | 210.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 142 | 0 | 0.21 | 0.44 | 0 | 31.33 | 1 | 0.78 |
| Hex | FF | C9 | 8E | 0 | 15 | 2C | 0 | 1F | 64 | 4E |
| Octal | 377 | 311 | 216 | 0 | 25 | 54 | 0 | 37 | 144 | 116 |
| Binary | 11111111 | 11001001 | 10001110 | 0 | 10101 | 101100 | 0 | 11111 | 1100100 | 1001110 |
Color Harmonies of #FFC98E
Complementary color
Monochromatic Colors of #FFC98E
Black with #FFC98E
Text Example
Text Example
White with #FFC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC98E; }
p { color: rgb(255,201,142); }
H1.HeaderClassName
{
color: #FFC98E;
}
.AnyTagClassName
{
color: #FFC98E;
}
</style>
background-color css
<style>
a { background-color: #FFC98E; }
a { background-color: rgb(255,201,142); }
div.DivClassName
{
background-color: #FFC98E;
}
.BgClassName
{
background-color: #FFC98E;
}
</style>
border-color css
<style>
span { border-color: #FFC98E; }
span { border-color: rgb(255,201,142); }
td.TdClassName
{
border-color: #FFC98E;
}
.TagClassName
{
border-color: #FFC98E;
}
</style>