Shades of Peach-Orange #FFCD99
Tints of Peach-Orange #FFCD99
RGB
CMYK
RGB Variations
Color information
#FFCD99 (or 0xFFCD99) is known color: Peach-Orange. HEX triplet: FF, CD and 99. RGB value is (255,205,153). Sum of RGB (Red+Green+Blue) = 255+205+153=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD99 is #003266. Grayscale: #D6D6D6. Windows color (decimal): -12903 or 10079743. OLE color: 10079743.
HSL color Cylindrical-coordinate representation of color #FFCD99: hue angle of 30.59º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFCD99 is Cyan = 0, Magento = 0.20, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 153 | - |
| CMYK | 0 | 0.20 | 0.4 | 0 |
| HSL | 30.59º | 1% | 0.8% | - |
| HSV(B) | 30.59º | 0.4% | 1% | - |
| XYZ | 68.82 | 67.22 | 39.48 | - |
| YUV | 214.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 153 | 0 | 0.20 | 0.4 | 0 | 30.59 | 1 | 0.8 |
| Hex | FF | CD | 99 | 0 | 14 | 28 | 0 | 1F | 64 | 50 |
| Octal | 377 | 315 | 231 | 0 | 24 | 50 | 0 | 37 | 144 | 120 |
| Binary | 11111111 | 11001101 | 10011001 | 0 | 10100 | 101000 | 0 | 11111 | 1100100 | 1010000 |
Color Harmonies of #FFCD99
Complementary color
Monochromatic Colors of #FFCD99
Black with #FFCD99
Text Example
Text Example
White with #FFCD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD99; }
p { color: rgb(255,205,153); }
H1.HeaderClassName
{
color: #FFCD99;
}
.AnyTagClassName
{
color: #FFCD99;
}
</style>
background-color css
<style>
a { background-color: #FFCD99; }
a { background-color: rgb(255,205,153); }
div.DivClassName
{
background-color: #FFCD99;
}
.BgClassName
{
background-color: #FFCD99;
}
</style>
border-color css
<style>
span { border-color: #FFCD99; }
span { border-color: rgb(255,205,153); }
td.TdClassName
{
border-color: #FFCD99;
}
.TagClassName
{
border-color: #FFCD99;
}
</style>