Shades of Apricot #F9C5AD
Tints of Apricot #F9C5AD
RGB
CMYK
RGB Variations
Color information
#F9C5AD (or 0xF9C5AD) is known color: Apricot. HEX triplet: F9, C5 and AD. RGB value is (249,197,173). Sum of RGB (Red+Green+Blue) = 249+197+173=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C5AD is #063A52. Grayscale: #D1D1D1. Windows color (decimal): -408147 or 11388409. OLE color: 11388409.
HSL color Cylindrical-coordinate representation of color #F9C5AD: hue angle of 18.95º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9C5AD is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 173 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.02 |
| HSL | 18.95º | 0.86% | 0.83% | - |
| HSV(B) | 18.95º | 0.31% | 0.98% | - |
| XYZ | 66.58 | 63.09 | 48.2 | - |
| YUV | 209.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 173 | 0 | 0.21 | 0.31 | 0.02 | 18.95 | 0.86 | 0.83 |
| Hex | F9 | C5 | AD | 0 | 15 | 1F | 2 | 13 | 56 | 53 |
| Octal | 371 | 305 | 255 | 0 | 25 | 37 | 2 | 23 | 126 | 123 |
| Binary | 11111001 | 11000101 | 10101101 | 0 | 10101 | 11111 | 10 | 10011 | 1010110 | 1010011 |
Color Harmonies of #F9C5AD
Complementary color
Monochromatic Colors of #F9C5AD
Black with #F9C5AD
Text Example
Text Example
White with #F9C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C5AD; }
p { color: rgb(249,197,173); }
H1.HeaderClassName
{
color: #F9C5AD;
}
.AnyTagClassName
{
color: #F9C5AD;
}
</style>
background-color css
<style>
a { background-color: #F9C5AD; }
a { background-color: rgb(249,197,173); }
div.DivClassName
{
background-color: #F9C5AD;
}
.BgClassName
{
background-color: #F9C5AD;
}
</style>
border-color css
<style>
span { border-color: #F9C5AD; }
span { border-color: rgb(249,197,173); }
td.TdClassName
{
border-color: #F9C5AD;
}
.TagClassName
{
border-color: #F9C5AD;
}
</style>