#F9C8AC

Color #F9C8AC Apricot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apricot #F9C8AC

Tints of Apricot #F9C8AC

Color information

#F9C8AC (or 0xF9C8AC) is unknown color: approx Apricot. HEX triplet: F9, C8 and AC. RGB value is (249,200,172). Sum of RGB (Red+Green+Blue) = 249+200+172=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C8AC is #063753. Grayscale: #D3D3D3. Windows color (decimal): -407380 or 11323641. OLE color: 11323641.

HSL color Cylindrical-coordinate representation of color #F9C8AC: hue angle of 21.82º 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 #F9C8AC is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249200172-
CMYK00.200.310.02
HSL21.82º86.52%82.55%-
HSV(B)21.82º30.92%97.65%-
XYZ67.1764.4347.93-
YUV211.46105.73154.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 40.10%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 172 (67.58% from 255) = 27.70%
R=40.10%
G=32.21%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920017200.200.310.0221.8286.5282.55
HexF9C8AC0141F2165753
Octal37131025402437226127123
Binary11111001110010001010110001010011111101011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C8AC; }

 p { color: rgb(249,200,172); }

 H1.HeaderClassName
 {
   color: #F9C8AC;
 }
 .AnyTagClassName
 {
   color: #F9C8AC;
 }
</style>
background-color css

<style>
 a { background-color: #F9C8AC; }

 a { background-color: rgb(249,200,172); }

 div.DivClassName
 {
   background-color: #F9C8AC;
 }
 .BgClassName
 {
   background-color: #F9C8AC;
 }
</style>
border-color css

<style>
 span { border-color: #F9C8AC; }

 span { border-color: rgb(249,200,172); }

 td.TdClassName
 {
   border-color: #F9C8AC;
 }
 .TagClassName
 {
   border-color: #F9C8AC;
 }
</style>