Html Css Color HEX #FAA663 Sandy Brown

📋 copy color: '#FAA663'

red 250 ◦ green 166 ◦ blue 99

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

Shades of Sandy Brown #FAA663

Tints of Sandy Brown #FAA663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.22%

R = 48.54%
G = 32.23%
B = 19.22%

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

#FAA663 (or 0xFAA663) is known color: Sandy Brown. HEX triplet: FA, A6 and 63. RGB value is (250,166,99). Sum of RGB (Red+Green+Blue) = 250+166+99=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA663 is #05599C. Grayscale: #B7B7B7. Windows color (decimal): -350621 or 6530810. OLE color: 6530810.

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

Color convert

RGB 250 166 99 -
CMYK 0 0.34 0.60 0.02
HSL 26.62º 0.94% 0.68% -
HSV(B) 26.62º 0.6% 0.98% -
XYZ 55.31 48.5 18.25 -
YUV 183.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 250 166 99 0 0.34 0.60 0.02 26.62 0.94 0.68
Hex FA A6 63 0 22 3C 2 1B 5E 44
Octal 372 246 143 0 42 74 2 33 136 104
Binary 11111010 10100110 1100011 0 100010 111100 10 11011 1011110 1000100

Color Harmonies of #FAA663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA663

Black with #FAA663

Text Example


Text Example

White with #FAA663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA663; }

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

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

background-color css

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

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

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

border-color css

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

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

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