Shades of Peach-Orange #FFC99A
Tints of Peach-Orange #FFC99A
RGB
CMYK
RGB Variations
Color information
#FFC99A (or 0xFFC99A) is known color: Peach-Orange. HEX triplet: FF, C9 and 9A. RGB value is (255,201,154). Sum of RGB (Red+Green+Blue) = 255+201+154=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC99A is #003665. Grayscale: #D4D4D4. Windows color (decimal): -13926 or 10144255. OLE color: 10144255.
HSL color Cylindrical-coordinate representation of color #FFC99A: hue angle of 27.92º 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 #FFC99A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 154 | - |
| CMYK | 0 | 0.21 | 0.40 | 0 |
| HSL | 27.92º | 1% | 0.8% | - |
| HSV(B) | 27.92º | 0.4% | 1% | - |
| XYZ | 67.96 | 65.37 | 39.61 | - |
| YUV | 211.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 154 | 0 | 0.21 | 0.40 | 0 | 27.92 | 1 | 0.8 |
| Hex | FF | C9 | 9A | 0 | 15 | 28 | 0 | 1C | 64 | 50 |
| Octal | 377 | 311 | 232 | 0 | 25 | 50 | 0 | 34 | 144 | 120 |
| Binary | 11111111 | 11001001 | 10011010 | 0 | 10101 | 101000 | 0 | 11100 | 1100100 | 1010000 |
Color Harmonies of #FFC99A
Complementary color
Monochromatic Colors of #FFC99A
Black with #FFC99A
Text Example
Text Example
White with #FFC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC99A; }
p { color: rgb(255,201,154); }
H1.HeaderClassName
{
color: #FFC99A;
}
.AnyTagClassName
{
color: #FFC99A;
}
</style>
background-color css
<style>
a { background-color: #FFC99A; }
a { background-color: rgb(255,201,154); }
div.DivClassName
{
background-color: #FFC99A;
}
.BgClassName
{
background-color: #FFC99A;
}
</style>
border-color css
<style>
span { border-color: #FFC99A; }
span { border-color: rgb(255,201,154); }
td.TdClassName
{
border-color: #FFC99A;
}
.TagClassName
{
border-color: #FFC99A;
}
</style>