Html Css Color HEX #FAA665 Sandy Brown

📋 copy color: '#FAA665'

red 250 ◦ green 166 ◦ blue 101

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

Shades of Sandy Brown #FAA665

Tints of Sandy Brown #FAA665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.54%

R = 48.36%
G = 32.11%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAA665 (or 0xFAA665) is known color: Sandy Brown. HEX triplet: FA, A6 and 65. RGB value is (250,166,101). Sum of RGB (Red+Green+Blue) = 250+166+101=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA665 is #05599A. Grayscale: #B8B8B8. Windows color (decimal): -350619 or 6661882. OLE color: 6661882.

HSL color Cylindrical-coordinate representation of color #FAA665: hue angle of 26.17º 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 #FAA665 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 101 -
CMYK 0 0.34 0.60 0.02
HSL 26.17º 0.94% 0.69% -
HSV(B) 26.17º 0.6% 0.98% -
XYZ 55.41 48.54 18.76 -
YUV 183.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 250 166 101 0 0.34 0.60 0.02 26.17 0.94 0.69
Hex FA A6 65 0 22 3C 2 1A 5E 45
Octal 372 246 145 0 42 74 2 32 136 105
Binary 11111010 10100110 1100101 0 100010 111100 10 11010 1011110 1000101

Color Harmonies of #FAA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA665

Black with #FAA665

Text Example


Text Example

White with #FAA665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA665; }

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

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

background-color css

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

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

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

border-color css

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

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

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