Html Css Color HEX #F0AA6C Sandy Brown

📋 copy color: '#F0AA6C'

red 240 ◦ green 170 ◦ blue 108

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

Shades of Sandy Brown #F0AA6C

Tints of Sandy Brown #F0AA6C

RGB

 RED value IS 240 (94.14% from 255) = 46.33%

 GREEN value IS 170 (66.8% from 255) = 32.82%

 BLUE value IS 108 (42.58% from 255) = 20.85%

R = 46.33%
G = 32.82%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0AA6C (or 0xF0AA6C) is known color: Sandy Brown. HEX triplet: F0, AA and 6C. RGB value is (240,170,108). Sum of RGB (Red+Green+Blue) = 240+170+108=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA6C is #0F5593. Grayscale: #B8B8B8. Windows color (decimal): -1004948 or 7121648. OLE color: 7121648.

HSL color Cylindrical-coordinate representation of color #F0AA6C: hue angle of 28.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0AA6C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 108 -
CMYK 0 0.29 0.55 0.06
HSL 28.18º 0.81% 0.68% -
HSV(B) 28.18º 0.55% 0.94% -
XYZ 53.02 48.36 20.73 -
YUV 183.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 240 170 108 0 0.29 0.55 0.06 28.18 0.81 0.68
Hex F0 AA 6C 0 1D 37 6 1C 51 44
Octal 360 252 154 0 35 67 6 34 121 104
Binary 11110000 10101010 1101100 0 11101 110111 110 11100 1010001 1000100

Color Harmonies of #F0AA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA6C

Black with #F0AA6C

Text Example


Text Example

White with #F0AA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA6C; }

 p { color: rgb(240,170,108); }

 H1.HeaderClassName
 {
   color: #F0AA6C;
 }
 .AnyTagClassName
 {
   color: #F0AA6C;
 }
</style>

background-color css

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

 a { background-color: rgb(240,170,108); }

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

border-color css

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

 span { border-color: rgb(240,170,108); }

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