Shades of Peach-Orange #FFC997
Tints of Peach-Orange #FFC997
RGB
CMYK
RGB Variations
Color information
#FFC997 (or 0xFFC997) is known color: Peach-Orange. HEX triplet: FF, C9 and 97. RGB value is (255,201,151). Sum of RGB (Red+Green+Blue) = 255+201+151=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC997 is #003668. Grayscale: #D3D3D3. Windows color (decimal): -13929 or 9947647. OLE color: 9947647.
HSL color Cylindrical-coordinate representation of color #FFC997: hue angle of 28.85º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFC997 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 151 | - |
| CMYK | 0 | 0.21 | 0.41 | 0 |
| HSL | 28.85º | 1% | 0.8% | - |
| HSV(B) | 28.85º | 0.41% | 1% | - |
| XYZ | 67.71 | 65.27 | 38.31 | - |
| YUV | 211.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 151 | 0 | 0.21 | 0.41 | 0 | 28.85 | 1 | 0.8 |
| Hex | FF | C9 | 97 | 0 | 15 | 29 | 0 | 1D | 64 | 50 |
| Octal | 377 | 311 | 227 | 0 | 25 | 51 | 0 | 35 | 144 | 120 |
| Binary | 11111111 | 11001001 | 10010111 | 0 | 10101 | 101001 | 0 | 11101 | 1100100 | 1010000 |
Color Harmonies of #FFC997
Complementary color
Monochromatic Colors of #FFC997
Black with #FFC997
Text Example
Text Example
White with #FFC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC997; }
p { color: rgb(255,201,151); }
H1.HeaderClassName
{
color: #FFC997;
}
.AnyTagClassName
{
color: #FFC997;
}
</style>
background-color css
<style>
a { background-color: #FFC997; }
a { background-color: rgb(255,201,151); }
div.DivClassName
{
background-color: #FFC997;
}
.BgClassName
{
background-color: #FFC997;
}
</style>
border-color css
<style>
span { border-color: #FFC997; }
span { border-color: rgb(255,201,151); }
td.TdClassName
{
border-color: #FFC997;
}
.TagClassName
{
border-color: #FFC997;
}
</style>