Shades of Peach-Orange #FFCD97
Tints of Peach-Orange #FFCD97
RGB
CMYK
RGB Variations
Color information
#FFCD97 (or 0xFFCD97) is known color: Peach-Orange. HEX triplet: FF, CD and 97. RGB value is (255,205,151). Sum of RGB (Red+Green+Blue) = 255+205+151=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD97 is #003268. Grayscale: #D6D6D6. Windows color (decimal): -12905 or 9948671. OLE color: 9948671.
HSL color Cylindrical-coordinate representation of color #FFCD97: hue angle of 31.15º 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 #FFCD97 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 151 | - |
| CMYK | 0 | 0.20 | 0.41 | 0 |
| HSL | 31.15º | 1% | 0.8% | - |
| HSV(B) | 31.15º | 0.41% | 1% | - |
| XYZ | 68.66 | 67.16 | 38.62 | - |
| YUV | 213.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 151 | 0 | 0.20 | 0.41 | 0 | 31.15 | 1 | 0.8 |
| Hex | FF | CD | 97 | 0 | 14 | 29 | 0 | 1F | 64 | 50 |
| Octal | 377 | 315 | 227 | 0 | 24 | 51 | 0 | 37 | 144 | 120 |
| Binary | 11111111 | 11001101 | 10010111 | 0 | 10100 | 101001 | 0 | 11111 | 1100100 | 1010000 |
Color Harmonies of #FFCD97
Complementary color
Monochromatic Colors of #FFCD97
Black with #FFCD97
Text Example
Text Example
White with #FFCD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD97; }
p { color: rgb(255,205,151); }
H1.HeaderClassName
{
color: #FFCD97;
}
.AnyTagClassName
{
color: #FFCD97;
}
</style>
background-color css
<style>
a { background-color: #FFCD97; }
a { background-color: rgb(255,205,151); }
div.DivClassName
{
background-color: #FFCD97;
}
.BgClassName
{
background-color: #FFCD97;
}
</style>
border-color css
<style>
span { border-color: #FFCD97; }
span { border-color: rgb(255,205,151); }
td.TdClassName
{
border-color: #FFCD97;
}
.TagClassName
{
border-color: #FFCD97;
}
</style>