#F5D0AF

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

Shades of Apricot #F5D0AF

Tints of Apricot #F5D0AF

Color information

#F5D0AF (or 0xF5D0AF) is unknown color: approx Apricot. HEX triplet: F5, D0 and AF. RGB value is (245,208,175). Sum of RGB (Red+Green+Blue) = 245+208+175=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D0AF is #0A2F50. Grayscale: #D7D7D7. Windows color (decimal): -667473 or 11522293. OLE color: 11522293.

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

Color convert

RGB245208175-
CMYK00.150.290.04
HSL28.29º77.78%82.35%-
HSV(B)28.29º28.57%96.08%-
XYZ67.9567.6250.03-
YUV215.3105.26149.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.01%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=39.01%
G=33.12%
B=27.87%

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
Decimal24520817500.150.290.0428.2977.7882.35
HexF5D0AF0F1D41c4e52
Octal36532025701735434116122
Binary11110101110100001010111101111111011001110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D0AF; }

 p { color: rgb(245,208,175); }

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

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

 a { background-color: rgb(245,208,175); }

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

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

 span { border-color: rgb(245,208,175); }

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