Shades of Peach-Orange #FFC999
Tints of Peach-Orange #FFC999
RGB
CMYK
RGB Variations
Color information
#FFC999 (or 0xFFC999) is known color: Peach-Orange. HEX triplet: FF, C9 and 99. RGB value is (255,201,153). Sum of RGB (Red+Green+Blue) = 255+201+153=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC999 is #003666. Grayscale: #D3D3D3. Windows color (decimal): -13927 or 10078719. OLE color: 10078719.
HSL color Cylindrical-coordinate representation of color #FFC999: hue angle of 28.24º 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 #FFC999 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 153 | - |
| CMYK | 0 | 0.21 | 0.4 | 0 |
| HSL | 28.24º | 1% | 0.8% | - |
| HSV(B) | 28.24º | 0.4% | 1% | - |
| XYZ | 67.88 | 65.33 | 39.17 | - |
| YUV | 211.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 153 | 0 | 0.21 | 0.4 | 0 | 28.24 | 1 | 0.8 |
| Hex | FF | C9 | 99 | 0 | 15 | 28 | 0 | 1C | 64 | 50 |
| Octal | 377 | 311 | 231 | 0 | 25 | 50 | 0 | 34 | 144 | 120 |
| Binary | 11111111 | 11001001 | 10011001 | 0 | 10101 | 101000 | 0 | 11100 | 1100100 | 1010000 |
Color Harmonies of #FFC999
Complementary color
Monochromatic Colors of #FFC999
Black with #FFC999
Text Example
Text Example
White with #FFC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC999; }
p { color: rgb(255,201,153); }
H1.HeaderClassName
{
color: #FFC999;
}
.AnyTagClassName
{
color: #FFC999;
}
</style>
background-color css
<style>
a { background-color: #FFC999; }
a { background-color: rgb(255,201,153); }
div.DivClassName
{
background-color: #FFC999;
}
.BgClassName
{
background-color: #FFC999;
}
</style>
border-color css
<style>
span { border-color: #FFC999; }
span { border-color: rgb(255,201,153); }
td.TdClassName
{
border-color: #FFC999;
}
.TagClassName
{
border-color: #FFC999;
}
</style>