#F7D0AD

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

Shades of Apricot #F7D0AD

Tints of Apricot #F7D0AD

Color information

#F7D0AD (or 0xF7D0AD) is unknown color: approx Apricot. HEX triplet: F7, D0 and AD. RGB value is (247,208,173). Sum of RGB (Red+Green+Blue) = 247+208+173=628 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.33% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D0AD is #082F52. Grayscale: #D7D7D7. Windows color (decimal): -536403 or 11391223. OLE color: 11391223.

HSL color Cylindrical-coordinate representation of color #F7D0AD: hue angle of 28.38º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7D0AD is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247208173-
CMYK00.160.300.03
HSL28.38º82.22%82.35%-
HSV(B)28.38º29.96%96.86%-
XYZ68.4667.949.03-
YUV215.67103.92150.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.33%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=39.33%
G=33.12%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720817300.160.300.0328.3882.2282.35
HexF7D0AD0101E31c5252
Octal36732025502036334122122
Binary11110111110100001010110101000011110111110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D0AD; }

 p { color: rgb(247,208,173); }

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

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

 a { background-color: rgb(247,208,173); }

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

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

 span { border-color: rgb(247,208,173); }

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