Shades of Peach-Orange #FFCD8F
Tints of Peach-Orange #FFCD8F
RGB
CMYK
RGB Variations
Color information
#FFCD8F (or 0xFFCD8F) is known color: Peach-Orange. HEX triplet: FF, CD and 8F. RGB value is (255,205,143). Sum of RGB (Red+Green+Blue) = 255+205+143=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 143 (56.25% from 255 or 23.71% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD8F is #003270. Grayscale: #D5D5D5. Windows color (decimal): -12913 or 9424383. OLE color: 9424383.
HSL color Cylindrical-coordinate representation of color #FFCD8F: hue angle of 33.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFCD8F is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 143 | - |
| CMYK | 0 | 0.20 | 0.44 | 0 |
| HSL | 33.21º | 1% | 0.78% | - |
| HSV(B) | 33.21º | 0.44% | 1% | - |
| XYZ | 68.03 | 66.91 | 35.32 | - |
| YUV | 212.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 143 | 0 | 0.20 | 0.44 | 0 | 33.21 | 1 | 0.78 |
| Hex | FF | CD | 8F | 0 | 14 | 2C | 0 | 21 | 64 | 4E |
| Octal | 377 | 315 | 217 | 0 | 24 | 54 | 0 | 41 | 144 | 116 |
| Binary | 11111111 | 11001101 | 10001111 | 0 | 10100 | 101100 | 0 | 100001 | 1100100 | 1001110 |
Color Harmonies of #FFCD8F
Complementary color
Monochromatic Colors of #FFCD8F
Black with #FFCD8F
Text Example
Text Example
White with #FFCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD8F; }
p { color: rgb(255,205,143); }
H1.HeaderClassName
{
color: #FFCD8F;
}
.AnyTagClassName
{
color: #FFCD8F;
}
</style>
background-color css
<style>
a { background-color: #FFCD8F; }
a { background-color: rgb(255,205,143); }
div.DivClassName
{
background-color: #FFCD8F;
}
.BgClassName
{
background-color: #FFCD8F;
}
</style>
border-color css
<style>
span { border-color: #FFCD8F; }
span { border-color: rgb(255,205,143); }
td.TdClassName
{
border-color: #FFCD8F;
}
.TagClassName
{
border-color: #FFCD8F;
}
</style>