Shades of Peach-Orange #FFCD8C
Tints of Peach-Orange #FFCD8C
RGB
CMYK
RGB Variations
Color information
#FFCD8C (or 0xFFCD8C) is known color: Peach-Orange. HEX triplet: FF, CD and 8C. RGB value is (255,205,140). Sum of RGB (Red+Green+Blue) = 255+205+140=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD8C is #003273. Grayscale: #D4D4D4. Windows color (decimal): -12916 or 9227775. OLE color: 9227775.
HSL color Cylindrical-coordinate representation of color #FFCD8C: hue angle of 33.91º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFCD8C is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 140 | - |
| CMYK | 0 | 0.20 | 0.45 | 0 |
| HSL | 33.91º | 1% | 0.77% | - |
| HSV(B) | 33.91º | 0.45% | 1% | - |
| XYZ | 67.8 | 66.82 | 34.13 | - |
| YUV | 212.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 140 | 0 | 0.20 | 0.45 | 0 | 33.91 | 1 | 0.77 |
| Hex | FF | CD | 8C | 0 | 14 | 2D | 0 | 22 | 64 | 4D |
| Octal | 377 | 315 | 214 | 0 | 24 | 55 | 0 | 42 | 144 | 115 |
| Binary | 11111111 | 11001101 | 10001100 | 0 | 10100 | 101101 | 0 | 100010 | 1100100 | 1001101 |
Color Harmonies of #FFCD8C
Complementary color
Monochromatic Colors of #FFCD8C
Black with #FFCD8C
Text Example
Text Example
White with #FFCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD8C; }
p { color: rgb(255,205,140); }
H1.HeaderClassName
{
color: #FFCD8C;
}
.AnyTagClassName
{
color: #FFCD8C;
}
</style>
background-color css
<style>
a { background-color: #FFCD8C; }
a { background-color: rgb(255,205,140); }
div.DivClassName
{
background-color: #FFCD8C;
}
.BgClassName
{
background-color: #FFCD8C;
}
</style>
border-color css
<style>
span { border-color: #FFCD8C; }
span { border-color: rgb(255,205,140); }
td.TdClassName
{
border-color: #FFCD8C;
}
.TagClassName
{
border-color: #FFCD8C;
}
</style>