#F9C7AA

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

Shades of Apricot #F9C7AA

Tints of Apricot #F9C7AA

Color information

#F9C7AA (or 0xF9C7AA) is unknown color: approx Apricot. HEX triplet: F9, C7 and AA. RGB value is (249,199,170). Sum of RGB (Red+Green+Blue) = 249+199+170=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C7AA is #063855. Grayscale: #D2D2D2. Windows color (decimal): -407638 or 11192313. OLE color: 11192313.

HSL color Cylindrical-coordinate representation of color #F9C7AA: hue angle of 22.03º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9C7AA is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB249199170-
CMYK00.200.320.02
HSL22.03º86.81%82.16%-
HSV(B)22.03º31.73%97.65%-
XYZ66.7563.8946.84-
YUV210.64105.07155.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.29%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=40.29%
G=32.20%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919917000.200.320.0222.0386.8182.16
HexF9C7AA014202165752
Octal37130725202440226127122
Binary111110011100011110101010010100100000101011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C7AA; }

 p { color: rgb(249,199,170); }

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

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

 a { background-color: rgb(249,199,170); }

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

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

 span { border-color: rgb(249,199,170); }

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