Html Css Color HEX #FAA159 Sandy Brown

📋 copy color: '#FAA159'

red 250 ◦ green 161 ◦ blue 89

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

Shades of Sandy Brown #FAA159

Tints of Sandy Brown #FAA159

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.2%

 BLUE value IS 89 (35.16% from 255) = 17.8%

R = 50%
G = 32.2%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAA159 (or 0xFAA159) is known color: Sandy Brown. HEX triplet: FA, A1 and 59. RGB value is (250,161,89). Sum of RGB (Red+Green+Blue) = 250+161+89=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA159 is #055EA6. Grayscale: #B3B3B3. Windows color (decimal): -351911 or 5874170. OLE color: 5874170.

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

Color convert

RGB 250 161 89 -
CMYK 0 0.36 0.64 0.02
HSL 26.83º 0.94% 0.66% -
HSV(B) 26.83º 0.64% 0.98% -
XYZ 53.97 46.54 15.59 -
YUV 179.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 250 161 89 0 0.36 0.64 0.02 26.83 0.94 0.66
Hex FA A1 59 0 24 40 2 1B 5E 42
Octal 372 241 131 0 44 100 2 33 136 102
Binary 11111010 10100001 1011001 0 100100 1000000 10 11011 1011110 1000010

Color Harmonies of #FAA159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA159

Black with #FAA159

Text Example


Text Example

White with #FAA159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA159; }

 p { color: rgb(250,161,89); }

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

background-color css

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

 a { background-color: rgb(250,161,89); }

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

border-color css

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

 span { border-color: rgb(250,161,89); }

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