Shades of Peach-Orange #F9C391
Tints of Peach-Orange #F9C391
RGB
CMYK
RGB Variations
Color information
#F9C391 (or 0xF9C391) is known color: Peach-Orange. HEX triplet: F9, C3 and 91. RGB value is (249,195,145). Sum of RGB (Red+Green+Blue) = 249+195+145=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C391 is #063C6E. Grayscale: #CDCDCD. Windows color (decimal): -408687 or 9552889. OLE color: 9552889.
HSL color Cylindrical-coordinate representation of color #F9C391: hue angle of 28.85º 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 #F9C391 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 145 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.02 |
| HSL | 28.85º | 0.9% | 0.77% | - |
| HSV(B) | 28.85º | 0.42% | 0.98% | - |
| XYZ | 63.69 | 61.21 | 35.25 | - |
| YUV | 205.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 145 | 0 | 0.22 | 0.42 | 0.02 | 28.85 | 0.9 | 0.77 |
| Hex | F9 | C3 | 91 | 0 | 16 | 2A | 2 | 1D | 5A | 4D |
| Octal | 371 | 303 | 221 | 0 | 26 | 52 | 2 | 35 | 132 | 115 |
| Binary | 11111001 | 11000011 | 10010001 | 0 | 10110 | 101010 | 10 | 11101 | 1011010 | 1001101 |
Color Harmonies of #F9C391
Complementary color
Monochromatic Colors of #F9C391
Black with #F9C391
Text Example
Text Example
White with #F9C391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C391; }
p { color: rgb(249,195,145); }
H1.HeaderClassName
{
color: #F9C391;
}
.AnyTagClassName
{
color: #F9C391;
}
</style>
background-color css
<style>
a { background-color: #F9C391; }
a { background-color: rgb(249,195,145); }
div.DivClassName
{
background-color: #F9C391;
}
.BgClassName
{
background-color: #F9C391;
}
</style>
border-color css
<style>
span { border-color: #F9C391; }
span { border-color: rgb(249,195,145); }
td.TdClassName
{
border-color: #F9C391;
}
.TagClassName
{
border-color: #F9C391;
}
</style>