Html Css Color HEX #F0AA6B Sandy Brown

📋 copy color: '#F0AA6B'

red 240 ◦ green 170 ◦ blue 107

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

Shades of Sandy Brown #F0AA6B

Tints of Sandy Brown #F0AA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.7%

R = 46.42%
G = 32.88%
B = 20.7%

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

#F0AA6B (or 0xF0AA6B) is known color: Sandy Brown. HEX triplet: F0, AA and 6B. RGB value is (240,170,107). Sum of RGB (Red+Green+Blue) = 240+170+107=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AA6B is #0F5594. Grayscale: #B8B8B8. Windows color (decimal): -1004949 or 7056112. OLE color: 7056112.

HSL color Cylindrical-coordinate representation of color #F0AA6B: hue angle of 28.42º degrees, saturation: 0.82, 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 #F0AA6B is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 170 107 -
CMYK 0 0.29 0.55 0.06
HSL 28.42º 0.82% 0.68% -
HSV(B) 28.42º 0.55% 0.94% -
XYZ 52.96 48.34 20.45 -
YUV 183.75 84.69 168.12 -
System Red Green Blue C M Y K H S L
Decimal 240 170 107 0 0.29 0.55 0.06 28.42 0.82 0.68
Hex F0 AA 6B 0 1D 37 6 1C 52 44
Octal 360 252 153 0 35 67 6 34 122 104
Binary 11110000 10101010 1101011 0 11101 110111 110 11100 1010010 1000100

Color Harmonies of #F0AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AA6B

Black with #F0AA6B

Text Example


Text Example

White with #F0AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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