Shades of Peach-Orange #FFCA96
Tints of Peach-Orange #FFCA96
RGB
CMYK
RGB Variations
Color information
#FFCA96 (or 0xFFCA96) is known color: Peach-Orange. HEX triplet: FF, CA and 96. RGB value is (255,202,150). Sum of RGB (Red+Green+Blue) = 255+202+150=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA96 is #003569. Grayscale: #D4D4D4. Windows color (decimal): -13674 or 9882367. OLE color: 9882367.
HSL color Cylindrical-coordinate representation of color #FFCA96: hue angle of 29.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFCA96 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 150 | - |
| CMYK | 0 | 0.21 | 0.41 | 0 |
| HSL | 29.71º | 1% | 0.79% | - |
| HSV(B) | 29.71º | 0.41% | 1% | - |
| XYZ | 67.87 | 65.7 | 37.96 | - |
| YUV | 211.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 150 | 0 | 0.21 | 0.41 | 0 | 29.71 | 1 | 0.79 |
| Hex | FF | CA | 96 | 0 | 15 | 29 | 0 | 1E | 64 | 4F |
| Octal | 377 | 312 | 226 | 0 | 25 | 51 | 0 | 36 | 144 | 117 |
| Binary | 11111111 | 11001010 | 10010110 | 0 | 10101 | 101001 | 0 | 11110 | 1100100 | 1001111 |
Color Harmonies of #FFCA96
Complementary color
Monochromatic Colors of #FFCA96
Black with #FFCA96
Text Example
Text Example
White with #FFCA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA96; }
p { color: rgb(255,202,150); }
H1.HeaderClassName
{
color: #FFCA96;
}
.AnyTagClassName
{
color: #FFCA96;
}
</style>
background-color css
<style>
a { background-color: #FFCA96; }
a { background-color: rgb(255,202,150); }
div.DivClassName
{
background-color: #FFCA96;
}
.BgClassName
{
background-color: #FFCA96;
}
</style>
border-color css
<style>
span { border-color: #FFCA96; }
span { border-color: rgb(255,202,150); }
td.TdClassName
{
border-color: #FFCA96;
}
.TagClassName
{
border-color: #FFCA96;
}
</style>