#F5C9AD

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

Shades of Desert Sand #F5C9AD

Tints of Desert Sand #F5C9AD

Color information

#F5C9AD (or 0xF5C9AD) is unknown color: approx Desert Sand. HEX triplet: F5, C9 and AD. RGB value is (245,201,173). Sum of RGB (Red+Green+Blue) = 245+201+173=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C9AD is #0A3652. Grayscale: #D3D3D3. Windows color (decimal): -669267 or 11389429. OLE color: 11389429.

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

Color convert

RGB245201173-
CMYK00.180.290.04
HSL23.33º78.26%81.96%-
HSV(B)23.33º29.39%96.08%-
XYZ66.0964.248.44-
YUV210.96106.58152.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=39.58%
G=32.47%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520117300.180.290.0423.3378.2681.96
HexF5C9AD0121D4174e52
Octal36531125502235427116122
Binary111101011100100110101101010010111011001011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9AD; }

 p { color: rgb(245,201,173); }

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

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

 a { background-color: rgb(245,201,173); }

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

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

 span { border-color: rgb(245,201,173); }

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