Shades of Peach-Orange #F9C890
Tints of Peach-Orange #F9C890
RGB
CMYK
RGB Variations
Color information
#F9C890 (or 0xF9C890) is known color: Peach-Orange. HEX triplet: F9, C8 and 90. RGB value is (249,200,144). Sum of RGB (Red+Green+Blue) = 249+200+144=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C890 is #06376F. Grayscale: #D0D0D0. Windows color (decimal): -407408 or 9488633. OLE color: 9488633.
HSL color Cylindrical-coordinate representation of color #F9C890: hue angle of 32º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9C890 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 144 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.02 |
| HSL | 32º | 0.9% | 0.77% | - |
| HSV(B) | 32º | 0.42% | 0.98% | - |
| XYZ | 64.76 | 63.46 | 35.22 | - |
| YUV | 208.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 144 | 0 | 0.20 | 0.42 | 0.02 | 32 | 0.9 | 0.77 |
| Hex | F9 | C8 | 90 | 0 | 14 | 2A | 2 | 20 | 5A | 4D |
| Octal | 371 | 310 | 220 | 0 | 24 | 52 | 2 | 40 | 132 | 115 |
| Binary | 11111001 | 11001000 | 10010000 | 0 | 10100 | 101010 | 10 | 100000 | 1011010 | 1001101 |
Color Harmonies of #F9C890
Complementary color
Monochromatic Colors of #F9C890
Black with #F9C890
Text Example
Text Example
White with #F9C890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C890; }
p { color: rgb(249,200,144); }
H1.HeaderClassName
{
color: #F9C890;
}
.AnyTagClassName
{
color: #F9C890;
}
</style>
background-color css
<style>
a { background-color: #F9C890; }
a { background-color: rgb(249,200,144); }
div.DivClassName
{
background-color: #F9C890;
}
.BgClassName
{
background-color: #F9C890;
}
</style>
border-color css
<style>
span { border-color: #F9C890; }
span { border-color: rgb(249,200,144); }
td.TdClassName
{
border-color: #F9C890;
}
.TagClassName
{
border-color: #F9C890;
}
</style>