Shades of Peach-Orange #FFC990
Tints of Peach-Orange #FFC990
RGB
CMYK
RGB Variations
Color information
#FFC990 (or 0xFFC990) is known color: Peach-Orange. HEX triplet: FF, C9 and 90. RGB value is (255,201,144). Sum of RGB (Red+Green+Blue) = 255+201+144=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC990 is #00366F. Grayscale: #D2D2D2. Windows color (decimal): -13936 or 9488895. OLE color: 9488895.
HSL color Cylindrical-coordinate representation of color #FFC990: hue angle of 30.81º 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 #FFC990 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 144 | - |
| CMYK | 0 | 0.21 | 0.44 | 0 |
| HSL | 30.81º | 1% | 0.78% | - |
| HSV(B) | 30.81º | 0.44% | 1% | - |
| XYZ | 67.16 | 65.05 | 35.4 | - |
| YUV | 210.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 144 | 0 | 0.21 | 0.44 | 0 | 30.81 | 1 | 0.78 |
| Hex | FF | C9 | 90 | 0 | 15 | 2C | 0 | 1F | 64 | 4E |
| Octal | 377 | 311 | 220 | 0 | 25 | 54 | 0 | 37 | 144 | 116 |
| Binary | 11111111 | 11001001 | 10010000 | 0 | 10101 | 101100 | 0 | 11111 | 1100100 | 1001110 |
Color Harmonies of #FFC990
Complementary color
Monochromatic Colors of #FFC990
Black with #FFC990
Text Example
Text Example
White with #FFC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC990; }
p { color: rgb(255,201,144); }
H1.HeaderClassName
{
color: #FFC990;
}
.AnyTagClassName
{
color: #FFC990;
}
</style>
background-color css
<style>
a { background-color: #FFC990; }
a { background-color: rgb(255,201,144); }
div.DivClassName
{
background-color: #FFC990;
}
.BgClassName
{
background-color: #FFC990;
}
</style>
border-color css
<style>
span { border-color: #FFC990; }
span { border-color: rgb(255,201,144); }
td.TdClassName
{
border-color: #FFC990;
}
.TagClassName
{
border-color: #FFC990;
}
</style>