Shades of Apricot #F5C7AF
Tints of Apricot #F5C7AF
RGB
CMYK
RGB Variations
Color information
#F5C7AF (or 0xF5C7AF) is known color: Apricot. HEX triplet: F5, C7 and AF. RGB value is (245,199,175). Sum of RGB (Red+Green+Blue) = 245+199+175=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C7AF is #0A3850. Grayscale: #D2D2D2. Windows color (decimal): -669777 or 11519989. OLE color: 11519989.
HSL color Cylindrical-coordinate representation of color #F5C7AF: hue angle of 20.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5C7AF is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 175 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.04 |
| HSL | 20.57º | 0.78% | 0.82% | - |
| HSV(B) | 20.57º | 0.29% | 0.96% | - |
| XYZ | 65.82 | 63.35 | 49.32 | - |
| YUV | 210.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 175 | 0 | 0.19 | 0.29 | 0.04 | 20.57 | 0.78 | 0.82 |
| Hex | F5 | C7 | AF | 0 | 13 | 1D | 4 | 15 | 4E | 52 |
| Octal | 365 | 307 | 257 | 0 | 23 | 35 | 4 | 25 | 116 | 122 |
| Binary | 11110101 | 11000111 | 10101111 | 0 | 10011 | 11101 | 100 | 10101 | 1001110 | 1010010 |
Color Harmonies of #F5C7AF
Complementary color
Monochromatic Colors of #F5C7AF
Black with #F5C7AF
Text Example
Text Example
White with #F5C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C7AF; }
p { color: rgb(245,199,175); }
H1.HeaderClassName
{
color: #F5C7AF;
}
.AnyTagClassName
{
color: #F5C7AF;
}
</style>
background-color css
<style>
a { background-color: #F5C7AF; }
a { background-color: rgb(245,199,175); }
div.DivClassName
{
background-color: #F5C7AF;
}
.BgClassName
{
background-color: #F5C7AF;
}
</style>
border-color css
<style>
span { border-color: #F5C7AF; }
span { border-color: rgb(245,199,175); }
td.TdClassName
{
border-color: #F5C7AF;
}
.TagClassName
{
border-color: #F5C7AF;
}
</style>