Shades of Peach-Orange #FFC98A
Tints of Peach-Orange #FFC98A
RGB
CMYK
RGB Variations
Color information
#FFC98A (or 0xFFC98A) is known color: Peach-Orange. HEX triplet: FF, C9 and 8A. RGB value is (255,201,138). Sum of RGB (Red+Green+Blue) = 255+201+138=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC98A is #003675. Grayscale: #D2D2D2. Windows color (decimal): -13942 or 9095679. OLE color: 9095679.
HSL color Cylindrical-coordinate representation of color #FFC98A: hue angle of 32.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFC98A is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 138 | - |
| CMYK | 0 | 0.21 | 0.46 | 0 |
| HSL | 32.31º | 1% | 0.77% | - |
| HSV(B) | 32.31º | 0.46% | 1% | - |
| XYZ | 66.71 | 64.87 | 33.05 | - |
| YUV | 209.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 138 | 0 | 0.21 | 0.46 | 0 | 32.31 | 1 | 0.77 |
| Hex | FF | C9 | 8A | 0 | 15 | 2E | 0 | 20 | 64 | 4D |
| Octal | 377 | 311 | 212 | 0 | 25 | 56 | 0 | 40 | 144 | 115 |
| Binary | 11111111 | 11001001 | 10001010 | 0 | 10101 | 101110 | 0 | 100000 | 1100100 | 1001101 |
Color Harmonies of #FFC98A
Complementary color
Monochromatic Colors of #FFC98A
Black with #FFC98A
Text Example
Text Example
White with #FFC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC98A; }
p { color: rgb(255,201,138); }
H1.HeaderClassName
{
color: #FFC98A;
}
.AnyTagClassName
{
color: #FFC98A;
}
</style>
background-color css
<style>
a { background-color: #FFC98A; }
a { background-color: rgb(255,201,138); }
div.DivClassName
{
background-color: #FFC98A;
}
.BgClassName
{
background-color: #FFC98A;
}
</style>
border-color css
<style>
span { border-color: #FFC98A; }
span { border-color: rgb(255,201,138); }
td.TdClassName
{
border-color: #FFC98A;
}
.TagClassName
{
border-color: #FFC98A;
}
</style>