Shades of Apricot #F9C6AD
Tints of Apricot #F9C6AD
RGB
CMYK
RGB Variations
Color information
#F9C6AD (or 0xF9C6AD) is known color: Apricot. HEX triplet: F9, C6 and AD. RGB value is (249,198,173). Sum of RGB (Red+Green+Blue) = 249+198+173=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C6AD is #063952. Grayscale: #D2D2D2. Windows color (decimal): -407891 or 11388665. OLE color: 11388665.
HSL color Cylindrical-coordinate representation of color #F9C6AD: hue angle of 19.74º 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 #F9C6AD is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 173 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.02 |
| HSL | 19.74º | 0.86% | 0.83% | - |
| HSV(B) | 19.74º | 0.31% | 0.98% | - |
| XYZ | 66.8 | 63.55 | 48.28 | - |
| YUV | 210.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 173 | 0 | 0.20 | 0.31 | 0.02 | 19.74 | 0.86 | 0.83 |
| Hex | F9 | C6 | AD | 0 | 14 | 1F | 2 | 14 | 56 | 53 |
| Octal | 371 | 306 | 255 | 0 | 24 | 37 | 2 | 24 | 126 | 123 |
| Binary | 11111001 | 11000110 | 10101101 | 0 | 10100 | 11111 | 10 | 10100 | 1010110 | 1010011 |
Color Harmonies of #F9C6AD
Complementary color
Monochromatic Colors of #F9C6AD
Black with #F9C6AD
Text Example
Text Example
White with #F9C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C6AD; }
p { color: rgb(249,198,173); }
H1.HeaderClassName
{
color: #F9C6AD;
}
.AnyTagClassName
{
color: #F9C6AD;
}
</style>
background-color css
<style>
a { background-color: #F9C6AD; }
a { background-color: rgb(249,198,173); }
div.DivClassName
{
background-color: #F9C6AD;
}
.BgClassName
{
background-color: #F9C6AD;
}
</style>
border-color css
<style>
span { border-color: #F9C6AD; }
span { border-color: rgb(249,198,173); }
td.TdClassName
{
border-color: #F9C6AD;
}
.TagClassName
{
border-color: #F9C6AD;
}
</style>