Html Css Color HEX #FAA660 Sandy Brown

📋 copy color: '#FAA660'

red 250 ◦ green 166 ◦ blue 96

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

Shades of Sandy Brown #FAA660

Tints of Sandy Brown #FAA660

RGB

 RED value IS 250 (98.05% from 255) = 48.83%

 GREEN value IS 166 (65.23% from 255) = 32.42%

 BLUE value IS 96 (37.89% from 255) = 18.75%

R = 48.83%
G = 32.42%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAA660 (or 0xFAA660) is known color: Sandy Brown. HEX triplet: FA, A6 and 60. RGB value is (250,166,96). Sum of RGB (Red+Green+Blue) = 250+166+96=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA660 is #05599F. Grayscale: #B7B7B7. Windows color (decimal): -350624 or 6334202. OLE color: 6334202.

HSL color Cylindrical-coordinate representation of color #FAA660: hue angle of 27.27º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAA660 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 96 -
CMYK 0 0.34 0.62 0.02
HSL 27.27º 0.94% 0.68% -
HSV(B) 27.27º 0.62% 0.98% -
XYZ 55.17 48.44 17.51 -
YUV 183.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 250 166 96 0 0.34 0.62 0.02 27.27 0.94 0.68
Hex FA A6 60 0 22 3E 2 1B 5E 44
Octal 372 246 140 0 42 76 2 33 136 104
Binary 11111010 10100110 1100000 0 100010 111110 10 11011 1011110 1000100

Color Harmonies of #FAA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA660

Black with #FAA660

Text Example


Text Example

White with #FAA660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA660; }

 p { color: rgb(250,166,96); }

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

background-color css

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

 a { background-color: rgb(250,166,96); }

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

border-color css

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

 span { border-color: rgb(250,166,96); }

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