Shades of Peach-Orange #F9C993
Tints of Peach-Orange #F9C993
RGB
CMYK
RGB Variations
Color information
#F9C993 (or 0xF9C993) is known color: Peach-Orange. HEX triplet: F9, C9 and 93. RGB value is (249,201,147). Sum of RGB (Red+Green+Blue) = 249+201+147=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C993 is #06366C. Grayscale: #D1D1D1. Windows color (decimal): -407149 or 9685497. OLE color: 9685497.
HSL color Cylindrical-coordinate representation of color #F9C993: hue angle of 31.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9C993 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 147 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.02 |
| HSL | 31.76º | 0.89% | 0.78% | - |
| HSV(B) | 31.76º | 0.41% | 0.98% | - |
| XYZ | 65.22 | 64.02 | 36.52 | - |
| YUV | 209.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 147 | 0 | 0.19 | 0.41 | 0.02 | 31.76 | 0.89 | 0.78 |
| Hex | F9 | C9 | 93 | 0 | 13 | 29 | 2 | 20 | 59 | 4E |
| Octal | 371 | 311 | 223 | 0 | 23 | 51 | 2 | 40 | 131 | 116 |
| Binary | 11111001 | 11001001 | 10010011 | 0 | 10011 | 101001 | 10 | 100000 | 1011001 | 1001110 |
Color Harmonies of #F9C993
Complementary color
Monochromatic Colors of #F9C993
Black with #F9C993
Text Example
Text Example
White with #F9C993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C993; }
p { color: rgb(249,201,147); }
H1.HeaderClassName
{
color: #F9C993;
}
.AnyTagClassName
{
color: #F9C993;
}
</style>
background-color css
<style>
a { background-color: #F9C993; }
a { background-color: rgb(249,201,147); }
div.DivClassName
{
background-color: #F9C993;
}
.BgClassName
{
background-color: #F9C993;
}
</style>
border-color css
<style>
span { border-color: #F9C993; }
span { border-color: rgb(249,201,147); }
td.TdClassName
{
border-color: #F9C993;
}
.TagClassName
{
border-color: #F9C993;
}
</style>