Html Css Color HEX #F5C9AD Desert Sand

📋 copy color: '#F5C9AD'

red 245 ◦ green 201 ◦ blue 173

#F5C9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Sand #F5C9AD

Tints of Desert Sand #F5C9AD

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 value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5C9AD (or 0xF5C9AD) is known color: 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

RGB 245 201 173 -
CMYK 0 0.18 0.29 0.04
HSL 23.33º 0.78% 0.82% -
HSV(B) 23.33º 0.29% 0.96% -
XYZ 66.09 64.2 48.44 -
YUV 210.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 245 201 173 0 0.18 0.29 0.04 23.33 0.78 0.82
Hex F5 C9 AD 0 12 1D 4 17 4E 52
Octal 365 311 255 0 22 35 4 27 116 122
Binary 11110101 11001001 10101101 0 10010 11101 100 10111 1001110 1010010

Color Harmonies of #F5C9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C9AD

Black with #F5C9AD

Text Example


Text Example

White with #F5C9AD

Text Example


Text Example

HTML Codes & Css Web 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>