Shades of Peach-Orange #F9C591
Tints of Peach-Orange #F9C591
RGB
CMYK
RGB Variations
Color information
#F9C591 (or 0xF9C591) is known color: Peach-Orange. HEX triplet: F9, C5 and 91. RGB value is (249,197,145). Sum of RGB (Red+Green+Blue) = 249+197+145=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C591 is #063A6E. Grayscale: #CECECE. Windows color (decimal): -408175 or 9553401. OLE color: 9553401.
HSL color Cylindrical-coordinate representation of color #F9C591: hue angle of 30º 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 #F9C591 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 145 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.02 |
| HSL | 30º | 0.9% | 0.77% | - |
| HSV(B) | 30º | 0.42% | 0.98% | - |
| XYZ | 64.14 | 62.12 | 35.4 | - |
| YUV | 206.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 145 | 0 | 0.21 | 0.42 | 0.02 | 30 | 0.9 | 0.77 |
| Hex | F9 | C5 | 91 | 0 | 15 | 2A | 2 | 1E | 5A | 4D |
| Octal | 371 | 305 | 221 | 0 | 25 | 52 | 2 | 36 | 132 | 115 |
| Binary | 11111001 | 11000101 | 10010001 | 0 | 10101 | 101010 | 10 | 11110 | 1011010 | 1001101 |
Color Harmonies of #F9C591
Complementary color
Monochromatic Colors of #F9C591
Black with #F9C591
Text Example
Text Example
White with #F9C591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C591; }
p { color: rgb(249,197,145); }
H1.HeaderClassName
{
color: #F9C591;
}
.AnyTagClassName
{
color: #F9C591;
}
</style>
background-color css
<style>
a { background-color: #F9C591; }
a { background-color: rgb(249,197,145); }
div.DivClassName
{
background-color: #F9C591;
}
.BgClassName
{
background-color: #F9C591;
}
</style>
border-color css
<style>
span { border-color: #F9C591; }
span { border-color: rgb(249,197,145); }
td.TdClassName
{
border-color: #F9C591;
}
.TagClassName
{
border-color: #F9C591;
}
</style>