Shades of Peach #F9C7A4
Tints of Peach #F9C7A4
RGB
CMYK
RGB Variations
Color information
#F9C7A4 (or 0xF9C7A4) is known color: Peach. HEX triplet: F9, C7 and A4. RGB value is (249,199,164). Sum of RGB (Red+Green+Blue) = 249+199+164=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C7A4 is #06385B. Grayscale: #D2D2D2. Windows color (decimal): -407644 or 10799097. OLE color: 10799097.
HSL color Cylindrical-coordinate representation of color #F9C7A4: hue angle of 24.71º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9C7A4 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 164 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.02 |
| HSL | 24.71º | 0.88% | 0.81% | - |
| HSV(B) | 24.71º | 0.34% | 0.98% | - |
| XYZ | 66.19 | 63.67 | 43.92 | - |
| YUV | 209.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 164 | 0 | 0.20 | 0.34 | 0.02 | 24.71 | 0.88 | 0.81 |
| Hex | F9 | C7 | A4 | 0 | 14 | 22 | 2 | 19 | 58 | 51 |
| Octal | 371 | 307 | 244 | 0 | 24 | 42 | 2 | 31 | 130 | 121 |
| Binary | 11111001 | 11000111 | 10100100 | 0 | 10100 | 100010 | 10 | 11001 | 1011000 | 1010001 |
Color Harmonies of #F9C7A4
Complementary color
Monochromatic Colors of #F9C7A4
Black with #F9C7A4
Text Example
Text Example
White with #F9C7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7A4; }
p { color: rgb(249,199,164); }
H1.HeaderClassName
{
color: #F9C7A4;
}
.AnyTagClassName
{
color: #F9C7A4;
}
</style>
background-color css
<style>
a { background-color: #F9C7A4; }
a { background-color: rgb(249,199,164); }
div.DivClassName
{
background-color: #F9C7A4;
}
.BgClassName
{
background-color: #F9C7A4;
}
</style>
border-color css
<style>
span { border-color: #F9C7A4; }
span { border-color: rgb(249,199,164); }
td.TdClassName
{
border-color: #F9C7A4;
}
.TagClassName
{
border-color: #F9C7A4;
}
</style>