Shades of Peach-Orange #FFCD93
Tints of Peach-Orange #FFCD93
RGB
CMYK
RGB Variations
Color information
#FFCD93 (or 0xFFCD93) is known color: Peach-Orange. HEX triplet: FF, CD and 93. RGB value is (255,205,147). Sum of RGB (Red+Green+Blue) = 255+205+147=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD93 is #00326C. Grayscale: #D5D5D5. Windows color (decimal): -12909 or 9686527. OLE color: 9686527.
HSL color Cylindrical-coordinate representation of color #FFCD93: hue angle of 32.22º 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 #FFCD93 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 147 | - |
| CMYK | 0 | 0.20 | 0.42 | 0 |
| HSL | 32.22º | 1% | 0.79% | - |
| HSV(B) | 32.22º | 0.42% | 1% | - |
| XYZ | 68.34 | 67.03 | 36.94 | - |
| YUV | 213.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 147 | 0 | 0.20 | 0.42 | 0 | 32.22 | 1 | 0.79 |
| Hex | FF | CD | 93 | 0 | 14 | 2A | 0 | 20 | 64 | 4F |
| Octal | 377 | 315 | 223 | 0 | 24 | 52 | 0 | 40 | 144 | 117 |
| Binary | 11111111 | 11001101 | 10010011 | 0 | 10100 | 101010 | 0 | 100000 | 1100100 | 1001111 |
Color Harmonies of #FFCD93
Complementary color
Monochromatic Colors of #FFCD93
Black with #FFCD93
Text Example
Text Example
White with #FFCD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD93; }
p { color: rgb(255,205,147); }
H1.HeaderClassName
{
color: #FFCD93;
}
.AnyTagClassName
{
color: #FFCD93;
}
</style>
background-color css
<style>
a { background-color: #FFCD93; }
a { background-color: rgb(255,205,147); }
div.DivClassName
{
background-color: #FFCD93;
}
.BgClassName
{
background-color: #FFCD93;
}
</style>
border-color css
<style>
span { border-color: #FFCD93; }
span { border-color: rgb(255,205,147); }
td.TdClassName
{
border-color: #FFCD93;
}
.TagClassName
{
border-color: #FFCD93;
}
</style>