Shades of Peach-Orange #FFCD95
Tints of Peach-Orange #FFCD95
RGB
CMYK
RGB Variations
Color information
#FFCD95 (or 0xFFCD95) is known color: Peach-Orange. HEX triplet: FF, CD and 95. RGB value is (255,205,149). Sum of RGB (Red+Green+Blue) = 255+205+149=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD95 is #00326A. Grayscale: #D5D5D5. Windows color (decimal): -12907 or 9817599. OLE color: 9817599.
HSL color Cylindrical-coordinate representation of color #FFCD95: hue angle of 31.7º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFCD95 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 149 | - |
| CMYK | 0 | 0.20 | 0.42 | 0 |
| HSL | 31.7º | 1% | 0.79% | - |
| HSV(B) | 31.7º | 0.42% | 1% | - |
| XYZ | 68.5 | 67.09 | 37.77 | - |
| YUV | 213.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 149 | 0 | 0.20 | 0.42 | 0 | 31.7 | 1 | 0.79 |
| Hex | FF | CD | 95 | 0 | 14 | 2A | 0 | 20 | 64 | 4F |
| Octal | 377 | 315 | 225 | 0 | 24 | 52 | 0 | 40 | 144 | 117 |
| Binary | 11111111 | 11001101 | 10010101 | 0 | 10100 | 101010 | 0 | 100000 | 1100100 | 1001111 |
Color Harmonies of #FFCD95
Complementary color
Monochromatic Colors of #FFCD95
Black with #FFCD95
Text Example
Text Example
White with #FFCD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD95; }
p { color: rgb(255,205,149); }
H1.HeaderClassName
{
color: #FFCD95;
}
.AnyTagClassName
{
color: #FFCD95;
}
</style>
background-color css
<style>
a { background-color: #FFCD95; }
a { background-color: rgb(255,205,149); }
div.DivClassName
{
background-color: #FFCD95;
}
.BgClassName
{
background-color: #FFCD95;
}
</style>
border-color css
<style>
span { border-color: #FFCD95; }
span { border-color: rgb(255,205,149); }
td.TdClassName
{
border-color: #FFCD95;
}
.TagClassName
{
border-color: #FFCD95;
}
</style>