Shades of Peach-Orange #FFCD9A
Tints of Peach-Orange #FFCD9A
RGB
CMYK
RGB Variations
Color information
#FFCD9A (or 0xFFCD9A) is known color: Peach-Orange. HEX triplet: FF, CD and 9A. RGB value is (255,205,154). Sum of RGB (Red+Green+Blue) = 255+205+154=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD9A is #003265. Grayscale: #D6D6D6. Windows color (decimal): -12902 or 10145279. OLE color: 10145279.
HSL color Cylindrical-coordinate representation of color #FFCD9A: hue angle of 30.3º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFCD9A is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 154 | - |
| CMYK | 0 | 0.20 | 0.40 | 0 |
| HSL | 30.3º | 1% | 0.8% | - |
| HSV(B) | 30.3º | 0.4% | 1% | - |
| XYZ | 68.9 | 67.26 | 39.92 | - |
| YUV | 214.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 154 | 0 | 0.20 | 0.40 | 0 | 30.3 | 1 | 0.8 |
| Hex | FF | CD | 9A | 0 | 14 | 28 | 0 | 1E | 64 | 50 |
| Octal | 377 | 315 | 232 | 0 | 24 | 50 | 0 | 36 | 144 | 120 |
| Binary | 11111111 | 11001101 | 10011010 | 0 | 10100 | 101000 | 0 | 11110 | 1100100 | 1010000 |
Color Harmonies of #FFCD9A
Complementary color
Monochromatic Colors of #FFCD9A
Black with #FFCD9A
Text Example
Text Example
White with #FFCD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD9A; }
p { color: rgb(255,205,154); }
H1.HeaderClassName
{
color: #FFCD9A;
}
.AnyTagClassName
{
color: #FFCD9A;
}
</style>
background-color css
<style>
a { background-color: #FFCD9A; }
a { background-color: rgb(255,205,154); }
div.DivClassName
{
background-color: #FFCD9A;
}
.BgClassName
{
background-color: #FFCD9A;
}
</style>
border-color css
<style>
span { border-color: #FFCD9A; }
span { border-color: rgb(255,205,154); }
td.TdClassName
{
border-color: #FFCD9A;
}
.TagClassName
{
border-color: #FFCD9A;
}
</style>