Shades of Apricot #F9C7AD
Tints of Apricot #F9C7AD
RGB
CMYK
RGB Variations
Color information
#F9C7AD (or 0xF9C7AD) is known color: Apricot. HEX triplet: F9, C7 and AD. RGB value is (249,199,173). Sum of RGB (Red+Green+Blue) = 249+199+173=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C7AD is #063852. Grayscale: #D3D3D3. Windows color (decimal): -407635 or 11388921. OLE color: 11388921.
HSL color Cylindrical-coordinate representation of color #F9C7AD: hue angle of 20.53º 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 #F9C7AD is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 173 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.02 |
| HSL | 20.53º | 0.86% | 0.83% | - |
| HSV(B) | 20.53º | 0.31% | 0.98% | - |
| XYZ | 67.03 | 64 | 48.36 | - |
| YUV | 210.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 173 | 0 | 0.20 | 0.31 | 0.02 | 20.53 | 0.86 | 0.83 |
| Hex | F9 | C7 | AD | 0 | 14 | 1F | 2 | 15 | 56 | 53 |
| Octal | 371 | 307 | 255 | 0 | 24 | 37 | 2 | 25 | 126 | 123 |
| Binary | 11111001 | 11000111 | 10101101 | 0 | 10100 | 11111 | 10 | 10101 | 1010110 | 1010011 |
Color Harmonies of #F9C7AD
Complementary color
Monochromatic Colors of #F9C7AD
Black with #F9C7AD
Text Example
Text Example
White with #F9C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7AD; }
p { color: rgb(249,199,173); }
H1.HeaderClassName
{
color: #F9C7AD;
}
.AnyTagClassName
{
color: #F9C7AD;
}
</style>
background-color css
<style>
a { background-color: #F9C7AD; }
a { background-color: rgb(249,199,173); }
div.DivClassName
{
background-color: #F9C7AD;
}
.BgClassName
{
background-color: #F9C7AD;
}
</style>
border-color css
<style>
span { border-color: #F9C7AD; }
span { border-color: rgb(249,199,173); }
td.TdClassName
{
border-color: #F9C7AD;
}
.TagClassName
{
border-color: #F9C7AD;
}
</style>