Html Css Color HEX #FAA664 Sandy Brown

📋 copy color: '#FAA664'

red 250 ◦ green 166 ◦ blue 100

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

Shades of Sandy Brown #FAA664

Tints of Sandy Brown #FAA664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 48.45%
G = 32.17%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAA664 (or 0xFAA664) is known color: Sandy Brown. HEX triplet: FA, A6 and 64. RGB value is (250,166,100). Sum of RGB (Red+Green+Blue) = 250+166+100=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA664 is #05599B. Grayscale: #B7B7B7. Windows color (decimal): -350620 or 6596346. OLE color: 6596346.

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

Color convert

RGB 250 166 100 -
CMYK 0 0.34 0.6 0.02
HSL 26.4º 0.94% 0.69% -
HSV(B) 26.4º 0.6% 0.98% -
XYZ 55.36 48.52 18.5 -
YUV 183.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 250 166 100 0 0.34 0.6 0.02 26.4 0.94 0.69
Hex FA A6 64 0 22 3C 2 1A 5E 45
Octal 372 246 144 0 42 74 2 32 136 105
Binary 11111010 10100110 1100100 0 100010 111100 10 11010 1011110 1000101

Color Harmonies of #FAA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA664

Black with #FAA664

Text Example


Text Example

White with #FAA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA664; }

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

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

background-color css

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

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

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

border-color css

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

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

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