Shades of Peach-Orange #FFC99B
Tints of Peach-Orange #FFC99B
RGB
CMYK
RGB Variations
Color information
#FFC99B (or 0xFFC99B) is known color: Peach-Orange. HEX triplet: FF, C9 and 9B. RGB value is (255,201,155). Sum of RGB (Red+Green+Blue) = 255+201+155=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC99B is #003664. Grayscale: #D4D4D4. Windows color (decimal): -13925 or 10209791. OLE color: 10209791.
HSL color Cylindrical-coordinate representation of color #FFC99B: hue angle of 27.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFC99B is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 155 | - |
| CMYK | 0 | 0.21 | 0.39 | 0 |
| HSL | 27.6º | 1% | 0.8% | - |
| HSV(B) | 27.6º | 0.39% | 1% | - |
| XYZ | 68.04 | 65.4 | 40.05 | - |
| YUV | 211.9 | 95.89 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 155 | 0 | 0.21 | 0.39 | 0 | 27.6 | 1 | 0.8 |
| Hex | FF | C9 | 9B | 0 | 15 | 27 | 0 | 1C | 64 | 50 |
| Octal | 377 | 311 | 233 | 0 | 25 | 47 | 0 | 34 | 144 | 120 |
| Binary | 11111111 | 11001001 | 10011011 | 0 | 10101 | 100111 | 0 | 11100 | 1100100 | 1010000 |
Color Harmonies of #FFC99B
Complementary color
Monochromatic Colors of #FFC99B
Black with #FFC99B
Text Example
Text Example
White with #FFC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC99B; }
p { color: rgb(255,201,155); }
H1.HeaderClassName
{
color: #FFC99B;
}
.AnyTagClassName
{
color: #FFC99B;
}
</style>
background-color css
<style>
a { background-color: #FFC99B; }
a { background-color: rgb(255,201,155); }
div.DivClassName
{
background-color: #FFC99B;
}
.BgClassName
{
background-color: #FFC99B;
}
</style>
border-color css
<style>
span { border-color: #FFC99B; }
span { border-color: rgb(255,201,155); }
td.TdClassName
{
border-color: #FFC99B;
}
.TagClassName
{
border-color: #FFC99B;
}
</style>