Shades of Peach-Orange #F9C891
Tints of Peach-Orange #F9C891
RGB
CMYK
RGB Variations
Color information
#F9C891 (or 0xF9C891) is known color: Peach-Orange. HEX triplet: F9, C8 and 91. RGB value is (249,200,145). Sum of RGB (Red+Green+Blue) = 249+200+145=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C891 is #06376E. Grayscale: #D0D0D0. Windows color (decimal): -407407 or 9554169. OLE color: 9554169.
HSL color Cylindrical-coordinate representation of color #F9C891: hue angle of 31.73º 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 #F9C891 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 145 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.02 |
| HSL | 31.73º | 0.9% | 0.77% | - |
| HSV(B) | 31.73º | 0.42% | 0.98% | - |
| XYZ | 64.83 | 63.49 | 35.63 | - |
| YUV | 208.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 145 | 0 | 0.20 | 0.42 | 0.02 | 31.73 | 0.9 | 0.77 |
| Hex | F9 | C8 | 91 | 0 | 14 | 2A | 2 | 20 | 5A | 4D |
| Octal | 371 | 310 | 221 | 0 | 24 | 52 | 2 | 40 | 132 | 115 |
| Binary | 11111001 | 11001000 | 10010001 | 0 | 10100 | 101010 | 10 | 100000 | 1011010 | 1001101 |
Color Harmonies of #F9C891
Complementary color
Monochromatic Colors of #F9C891
Black with #F9C891
Text Example
Text Example
White with #F9C891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C891; }
p { color: rgb(249,200,145); }
H1.HeaderClassName
{
color: #F9C891;
}
.AnyTagClassName
{
color: #F9C891;
}
</style>
background-color css
<style>
a { background-color: #F9C891; }
a { background-color: rgb(249,200,145); }
div.DivClassName
{
background-color: #F9C891;
}
.BgClassName
{
background-color: #F9C891;
}
</style>
border-color css
<style>
span { border-color: #F9C891; }
span { border-color: rgb(249,200,145); }
td.TdClassName
{
border-color: #F9C891;
}
.TagClassName
{
border-color: #F9C891;
}
</style>