Shades of Apricot #F9C9AC
Tints of Apricot #F9C9AC
RGB
CMYK
RGB Variations
Color information
#F9C9AC (or 0xF9C9AC) is known color: Apricot. HEX triplet: F9, C9 and AC. RGB value is (249,201,172). Sum of RGB (Red+Green+Blue) = 249+201+172=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C9AC is #063653. Grayscale: #D4D4D4. Windows color (decimal): -407124 or 11323897. OLE color: 11323897.
HSL color Cylindrical-coordinate representation of color #F9C9AC: hue angle of 22.6º 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 #F9C9AC is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 172 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.02 |
| HSL | 22.6º | 0.87% | 0.83% | - |
| HSV(B) | 22.6º | 0.31% | 0.98% | - |
| XYZ | 67.4 | 64.89 | 48 | - |
| YUV | 212.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 172 | 0 | 0.19 | 0.31 | 0.02 | 22.6 | 0.87 | 0.83 |
| Hex | F9 | C9 | AC | 0 | 13 | 1F | 2 | 17 | 57 | 53 |
| Octal | 371 | 311 | 254 | 0 | 23 | 37 | 2 | 27 | 127 | 123 |
| Binary | 11111001 | 11001001 | 10101100 | 0 | 10011 | 11111 | 10 | 10111 | 1010111 | 1010011 |
Color Harmonies of #F9C9AC
Complementary color
Monochromatic Colors of #F9C9AC
Black with #F9C9AC
Text Example
Text Example
White with #F9C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C9AC; }
p { color: rgb(249,201,172); }
H1.HeaderClassName
{
color: #F9C9AC;
}
.AnyTagClassName
{
color: #F9C9AC;
}
</style>
background-color css
<style>
a { background-color: #F9C9AC; }
a { background-color: rgb(249,201,172); }
div.DivClassName
{
background-color: #F9C9AC;
}
.BgClassName
{
background-color: #F9C9AC;
}
</style>
border-color css
<style>
span { border-color: #F9C9AC; }
span { border-color: rgb(249,201,172); }
td.TdClassName
{
border-color: #F9C9AC;
}
.TagClassName
{
border-color: #F9C9AC;
}
</style>