#F9C4AF

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

Shades of Apricot #F9C4AF

Tints of Apricot #F9C4AF

Color information

#F9C4AF (or 0xF9C4AF) is unknown color: approx Apricot. HEX triplet: F9, C4 and AF. RGB value is (249,196,175). Sum of RGB (Red+Green+Blue) = 249+196+175=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C4AF is #063B50. Grayscale: #D1D1D1. Windows color (decimal): -408401 or 11519225. OLE color: 11519225.

HSL color Cylindrical-coordinate representation of color #F9C4AF: hue angle of 17.03º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9C4AF is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249196175-
CMYK00.210.300.02
HSL17.03º86.05%83.14%-
HSV(B)17.03º29.72%97.65%-
XYZ66.5462.7149.16-
YUV209.45108.56156.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.16%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=40.16%
G=31.61%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919617500.210.300.0217.0386.0583.14
HexF9C4AF0151E2115653
Octal37130425702536221126123
Binary11111001110001001010111101010111110101000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C4AF; }

 p { color: rgb(249,196,175); }

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

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

 a { background-color: rgb(249,196,175); }

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

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

 span { border-color: rgb(249,196,175); }

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