#F4D0AE

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

Shades of Apricot #F4D0AE

Tints of Apricot #F4D0AE

Color information

#F4D0AE (or 0xF4D0AE) is unknown color: approx Apricot. HEX triplet: F4, D0 and AE. RGB value is (244,208,174). Sum of RGB (Red+Green+Blue) = 244+208+174=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D0AE is #0B2F51. Grayscale: #D7D7D7. Windows color (decimal): -733010 or 11456756. OLE color: 11456756.

HSL color Cylindrical-coordinate representation of color #F4D0AE: hue angle of 29.14º degrees, saturation: 0.76, 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 #F4D0AE is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244208174-
CMYK00.150.290.04
HSL29.14º76.09%81.96%-
HSV(B)29.14º28.69%95.69%-
XYZ67.567.449.5-
YUV214.89104.93148.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.98%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=38.98%
G=33.23%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420817400.150.290.0429.1476.0981.96
HexF4D0AE0F1D41d4c52
Octal36432025601735435114122
Binary11110100110100001010111001111111011001110110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D0AE; }

 p { color: rgb(244,208,174); }

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

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

 a { background-color: rgb(244,208,174); }

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

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

 span { border-color: rgb(244,208,174); }

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