Shades of Peach-Orange #FFCD94
Tints of Peach-Orange #FFCD94
RGB
CMYK
RGB Variations
Color information
#FFCD94 (or 0xFFCD94) is known color: Peach-Orange. HEX triplet: FF, CD and 94. RGB value is (255,205,148). Sum of RGB (Red+Green+Blue) = 255+205+148=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 148 (58.20% from 255 or 24.34% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD94 is #00326B. Grayscale: #D5D5D5. Windows color (decimal): -12908 or 9752063. OLE color: 9752063.
HSL color Cylindrical-coordinate representation of color #FFCD94: hue angle of 31.96º 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 #FFCD94 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 148 | - |
| CMYK | 0 | 0.20 | 0.42 | 0 |
| HSL | 31.96º | 1% | 0.79% | - |
| HSV(B) | 31.96º | 0.42% | 1% | - |
| XYZ | 68.42 | 67.06 | 37.36 | - |
| YUV | 213.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 148 | 0 | 0.20 | 0.42 | 0 | 31.96 | 1 | 0.79 |
| Hex | FF | CD | 94 | 0 | 14 | 2A | 0 | 20 | 64 | 4F |
| Octal | 377 | 315 | 224 | 0 | 24 | 52 | 0 | 40 | 144 | 117 |
| Binary | 11111111 | 11001101 | 10010100 | 0 | 10100 | 101010 | 0 | 100000 | 1100100 | 1001111 |
Color Harmonies of #FFCD94
Complementary color
Monochromatic Colors of #FFCD94
Black with #FFCD94
Text Example
Text Example
White with #FFCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD94; }
p { color: rgb(255,205,148); }
H1.HeaderClassName
{
color: #FFCD94;
}
.AnyTagClassName
{
color: #FFCD94;
}
</style>
background-color css
<style>
a { background-color: #FFCD94; }
a { background-color: rgb(255,205,148); }
div.DivClassName
{
background-color: #FFCD94;
}
.BgClassName
{
background-color: #FFCD94;
}
</style>
border-color css
<style>
span { border-color: #FFCD94; }
span { border-color: rgb(255,205,148); }
td.TdClassName
{
border-color: #FFCD94;
}
.TagClassName
{
border-color: #FFCD94;
}
</style>