Shades of Peach-Orange #FFCA95
Tints of Peach-Orange #FFCA95
RGB
CMYK
RGB Variations
Color information
#FFCA95 (or 0xFFCA95) is known color: Peach-Orange. HEX triplet: FF, CA and 95. RGB value is (255,202,149). Sum of RGB (Red+Green+Blue) = 255+202+149=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA95 is #00356A. Grayscale: #D4D4D4. Windows color (decimal): -13675 or 9816831. OLE color: 9816831.
HSL color Cylindrical-coordinate representation of color #FFCA95: hue angle of 30º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFCA95 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 149 | - |
| CMYK | 0 | 0.21 | 0.42 | 0 |
| HSL | 30º | 1% | 0.79% | - |
| HSV(B) | 30º | 0.42% | 1% | - |
| XYZ | 67.79 | 65.67 | 37.54 | - |
| YUV | 211.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 149 | 0 | 0.21 | 0.42 | 0 | 30 | 1 | 0.79 |
| Hex | FF | CA | 95 | 0 | 15 | 2A | 0 | 1E | 64 | 4F |
| Octal | 377 | 312 | 225 | 0 | 25 | 52 | 0 | 36 | 144 | 117 |
| Binary | 11111111 | 11001010 | 10010101 | 0 | 10101 | 101010 | 0 | 11110 | 1100100 | 1001111 |
Color Harmonies of #FFCA95
Complementary color
Monochromatic Colors of #FFCA95
Black with #FFCA95
Text Example
Text Example
White with #FFCA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA95; }
p { color: rgb(255,202,149); }
H1.HeaderClassName
{
color: #FFCA95;
}
.AnyTagClassName
{
color: #FFCA95;
}
</style>
background-color css
<style>
a { background-color: #FFCA95; }
a { background-color: rgb(255,202,149); }
div.DivClassName
{
background-color: #FFCA95;
}
.BgClassName
{
background-color: #FFCA95;
}
</style>
border-color css
<style>
span { border-color: #FFCA95; }
span { border-color: rgb(255,202,149); }
td.TdClassName
{
border-color: #FFCA95;
}
.TagClassName
{
border-color: #FFCA95;
}
</style>