Shades of Apricot #F9D0AC
Tints of Apricot #F9D0AC
RGB
CMYK
RGB Variations
Color information
#F9D0AC (or 0xF9D0AC) is known color: Apricot. HEX triplet: F9, D0 and AC. RGB value is (249,208,172). Sum of RGB (Red+Green+Blue) = 249+208+172=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D0AC is #062F53. Grayscale: #D8D8D8. Windows color (decimal): -405332 or 11325689. OLE color: 11325689.
HSL color Cylindrical-coordinate representation of color #F9D0AC: hue angle of 28.05º degrees, saturation: 0.87, 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 #F9D0AC is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 172 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.02 |
| HSL | 28.05º | 0.87% | 0.83% | - |
| HSV(B) | 28.05º | 0.31% | 0.98% | - |
| XYZ | 69.07 | 68.23 | 48.56 | - |
| YUV | 216.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 172 | 0 | 0.16 | 0.31 | 0.02 | 28.05 | 0.87 | 0.83 |
| Hex | F9 | D0 | AC | 0 | 10 | 1F | 2 | 1C | 57 | 53 |
| Octal | 371 | 320 | 254 | 0 | 20 | 37 | 2 | 34 | 127 | 123 |
| Binary | 11111001 | 11010000 | 10101100 | 0 | 10000 | 11111 | 10 | 11100 | 1010111 | 1010011 |
Color Harmonies of #F9D0AC
Complementary color
Monochromatic Colors of #F9D0AC
Black with #F9D0AC
Text Example
Text Example
White with #F9D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D0AC; }
p { color: rgb(249,208,172); }
H1.HeaderClassName
{
color: #F9D0AC;
}
.AnyTagClassName
{
color: #F9D0AC;
}
</style>
background-color css
<style>
a { background-color: #F9D0AC; }
a { background-color: rgb(249,208,172); }
div.DivClassName
{
background-color: #F9D0AC;
}
.BgClassName
{
background-color: #F9D0AC;
}
</style>
border-color css
<style>
span { border-color: #F9D0AC; }
span { border-color: rgb(249,208,172); }
td.TdClassName
{
border-color: #F9D0AC;
}
.TagClassName
{
border-color: #F9D0AC;
}
</style>