Shades of Peach-Orange #FFCB99
Tints of Peach-Orange #FFCB99
RGB
CMYK
RGB Variations
Color information
#FFCB99 (or 0xFFCB99) is known color: Peach-Orange. HEX triplet: FF, CB and 99. RGB value is (255,203,153). Sum of RGB (Red+Green+Blue) = 255+203+153=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB99 is #003466. Grayscale: #D5D5D5. Windows color (decimal): -13415 or 10079231. OLE color: 10079231.
HSL color Cylindrical-coordinate representation of color #FFCB99: hue angle of 29.41º 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 #FFCB99 is Cyan = 0, Magento = 0.20, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 153 | - |
| CMYK | 0 | 0.20 | 0.4 | 0 |
| HSL | 29.41º | 1% | 0.8% | - |
| HSV(B) | 29.41º | 0.4% | 1% | - |
| XYZ | 68.35 | 66.27 | 39.33 | - |
| YUV | 212.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 153 | 0 | 0.20 | 0.4 | 0 | 29.41 | 1 | 0.8 |
| Hex | FF | CB | 99 | 0 | 14 | 28 | 0 | 1D | 64 | 50 |
| Octal | 377 | 313 | 231 | 0 | 24 | 50 | 0 | 35 | 144 | 120 |
| Binary | 11111111 | 11001011 | 10011001 | 0 | 10100 | 101000 | 0 | 11101 | 1100100 | 1010000 |
Color Harmonies of #FFCB99
Complementary color
Monochromatic Colors of #FFCB99
Black with #FFCB99
Text Example
Text Example
White with #FFCB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB99; }
p { color: rgb(255,203,153); }
H1.HeaderClassName
{
color: #FFCB99;
}
.AnyTagClassName
{
color: #FFCB99;
}
</style>
background-color css
<style>
a { background-color: #FFCB99; }
a { background-color: rgb(255,203,153); }
div.DivClassName
{
background-color: #FFCB99;
}
.BgClassName
{
background-color: #FFCB99;
}
</style>
border-color css
<style>
span { border-color: #FFCB99; }
span { border-color: rgb(255,203,153); }
td.TdClassName
{
border-color: #FFCB99;
}
.TagClassName
{
border-color: #FFCB99;
}
</style>