Shades of Peach-Orange #FFCA99
Tints of Peach-Orange #FFCA99
RGB
CMYK
RGB Variations
Color information
#FFCA99 (or 0xFFCA99) is known color: Peach-Orange. HEX triplet: FF, CA and 99. RGB value is (255,202,153). Sum of RGB (Red+Green+Blue) = 255+202+153=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA99 is #003566. Grayscale: #D4D4D4. Windows color (decimal): -13671 or 10078975. OLE color: 10078975.
HSL color Cylindrical-coordinate representation of color #FFCA99: hue angle of 28.82º 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 #FFCA99 is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 153 | - |
| CMYK | 0 | 0.21 | 0.4 | 0 |
| HSL | 28.82º | 1% | 0.8% | - |
| HSV(B) | 28.82º | 0.4% | 1% | - |
| XYZ | 68.11 | 65.8 | 39.25 | - |
| YUV | 212.26 | 94.56 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 153 | 0 | 0.21 | 0.4 | 0 | 28.82 | 1 | 0.8 |
| Hex | FF | CA | 99 | 0 | 15 | 28 | 0 | 1D | 64 | 50 |
| Octal | 377 | 312 | 231 | 0 | 25 | 50 | 0 | 35 | 144 | 120 |
| Binary | 11111111 | 11001010 | 10011001 | 0 | 10101 | 101000 | 0 | 11101 | 1100100 | 1010000 |
Color Harmonies of #FFCA99
Complementary color
Monochromatic Colors of #FFCA99
Black with #FFCA99
Text Example
Text Example
White with #FFCA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA99; }
p { color: rgb(255,202,153); }
H1.HeaderClassName
{
color: #FFCA99;
}
.AnyTagClassName
{
color: #FFCA99;
}
</style>
background-color css
<style>
a { background-color: #FFCA99; }
a { background-color: rgb(255,202,153); }
div.DivClassName
{
background-color: #FFCA99;
}
.BgClassName
{
background-color: #FFCA99;
}
</style>
border-color css
<style>
span { border-color: #FFCA99; }
span { border-color: rgb(255,202,153); }
td.TdClassName
{
border-color: #FFCA99;
}
.TagClassName
{
border-color: #FFCA99;
}
</style>