Shades of Peach-Orange #FFC190
Tints of Peach-Orange #FFC190
RGB
CMYK
RGB Variations
Color information
#FFC190 (or 0xFFC190) is known color: Peach-Orange. HEX triplet: FF, C1 and 90. RGB value is (255,193,144). Sum of RGB (Red+Green+Blue) = 255+193+144=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC190 is #003E6F. Grayscale: #CECECE. Windows color (decimal): -15984 or 9486847. OLE color: 9486847.
HSL color Cylindrical-coordinate representation of color #FFC190: hue angle of 26.49º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC190 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 144 | - |
| CMYK | 0 | 0.24 | 0.44 | 0 |
| HSL | 26.49º | 1% | 0.78% | - |
| HSV(B) | 26.49º | 0.44% | 1% | - |
| XYZ | 65.34 | 61.41 | 34.8 | - |
| YUV | 205.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 144 | 0 | 0.24 | 0.44 | 0 | 26.49 | 1 | 0.78 |
| Hex | FF | C1 | 90 | 0 | 18 | 2C | 0 | 1A | 64 | 4E |
| Octal | 377 | 301 | 220 | 0 | 30 | 54 | 0 | 32 | 144 | 116 |
| Binary | 11111111 | 11000001 | 10010000 | 0 | 11000 | 101100 | 0 | 11010 | 1100100 | 1001110 |
Color Harmonies of #FFC190
Complementary color
Monochromatic Colors of #FFC190
Black with #FFC190
Text Example
Text Example
White with #FFC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC190; }
p { color: rgb(255,193,144); }
H1.HeaderClassName
{
color: #FFC190;
}
.AnyTagClassName
{
color: #FFC190;
}
</style>
background-color css
<style>
a { background-color: #FFC190; }
a { background-color: rgb(255,193,144); }
div.DivClassName
{
background-color: #FFC190;
}
.BgClassName
{
background-color: #FFC190;
}
</style>
border-color css
<style>
span { border-color: #FFC190; }
span { border-color: rgb(255,193,144); }
td.TdClassName
{
border-color: #FFC190;
}
.TagClassName
{
border-color: #FFC190;
}
</style>