Shades of Peach-Orange #FFCD9F
Tints of Peach-Orange #FFCD9F
RGB
CMYK
RGB Variations
Color information
#FFCD9F (or 0xFFCD9F) is known color: Peach-Orange. HEX triplet: FF, CD and 9F. RGB value is (255,205,159). Sum of RGB (Red+Green+Blue) = 255+205+159=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD9F is #003260. Grayscale: #D6D6D6. Windows color (decimal): -12897 or 10472959. OLE color: 10472959.
HSL color Cylindrical-coordinate representation of color #FFCD9F: hue angle of 28.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFCD9F is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 159 | - |
| CMYK | 0 | 0.20 | 0.38 | 0 |
| HSL | 28.75º | 1% | 0.81% | - |
| HSV(B) | 28.75º | 0.38% | 1% | - |
| XYZ | 69.33 | 67.43 | 42.16 | - |
| YUV | 214.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 159 | 0 | 0.20 | 0.38 | 0 | 28.75 | 1 | 0.81 |
| Hex | FF | CD | 9F | 0 | 14 | 26 | 0 | 1D | 64 | 51 |
| Octal | 377 | 315 | 237 | 0 | 24 | 46 | 0 | 35 | 144 | 121 |
| Binary | 11111111 | 11001101 | 10011111 | 0 | 10100 | 100110 | 0 | 11101 | 1100100 | 1010001 |
Color Harmonies of #FFCD9F
Complementary color
Monochromatic Colors of #FFCD9F
Black with #FFCD9F
Text Example
Text Example
White with #FFCD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD9F; }
p { color: rgb(255,205,159); }
H1.HeaderClassName
{
color: #FFCD9F;
}
.AnyTagClassName
{
color: #FFCD9F;
}
</style>
background-color css
<style>
a { background-color: #FFCD9F; }
a { background-color: rgb(255,205,159); }
div.DivClassName
{
background-color: #FFCD9F;
}
.BgClassName
{
background-color: #FFCD9F;
}
</style>
border-color css
<style>
span { border-color: #FFCD9F; }
span { border-color: rgb(255,205,159); }
td.TdClassName
{
border-color: #FFCD9F;
}
.TagClassName
{
border-color: #FFCD9F;
}
</style>