Shades of Peach-Orange #FFCA98
Tints of Peach-Orange #FFCA98
RGB
CMYK
RGB Variations
Color information
#FFCA98 (or 0xFFCA98) is known color: Peach-Orange. HEX triplet: FF, CA and 98. RGB value is (255,202,152). Sum of RGB (Red+Green+Blue) = 255+202+152=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA98 is #003567. Grayscale: #D4D4D4. Windows color (decimal): -13672 or 10013439. OLE color: 10013439.
HSL color Cylindrical-coordinate representation of color #FFCA98: hue angle of 29.13º 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 #FFCA98 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 152 | - |
| CMYK | 0 | 0.21 | 0.40 | 0 |
| HSL | 29.13º | 1% | 0.8% | - |
| HSV(B) | 29.13º | 0.4% | 1% | - |
| XYZ | 68.03 | 65.77 | 38.81 | - |
| YUV | 212.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 152 | 0 | 0.21 | 0.40 | 0 | 29.13 | 1 | 0.8 |
| Hex | FF | CA | 98 | 0 | 15 | 28 | 0 | 1D | 64 | 50 |
| Octal | 377 | 312 | 230 | 0 | 25 | 50 | 0 | 35 | 144 | 120 |
| Binary | 11111111 | 11001010 | 10011000 | 0 | 10101 | 101000 | 0 | 11101 | 1100100 | 1010000 |
Color Harmonies of #FFCA98
Complementary color
Monochromatic Colors of #FFCA98
Black with #FFCA98
Text Example
Text Example
White with #FFCA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCA98; }
p { color: rgb(255,202,152); }
H1.HeaderClassName
{
color: #FFCA98;
}
.AnyTagClassName
{
color: #FFCA98;
}
</style>
background-color css
<style>
a { background-color: #FFCA98; }
a { background-color: rgb(255,202,152); }
div.DivClassName
{
background-color: #FFCA98;
}
.BgClassName
{
background-color: #FFCA98;
}
</style>
border-color css
<style>
span { border-color: #FFCA98; }
span { border-color: rgb(255,202,152); }
td.TdClassName
{
border-color: #FFCA98;
}
.TagClassName
{
border-color: #FFCA98;
}
</style>