Html Css Color HEX #FAA157 Sandy Brown

📋 copy color: '#FAA157'

red 250 ◦ green 161 ◦ blue 87

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

Shades of Sandy Brown #FAA157

Tints of Sandy Brown #FAA157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.47%

R = 50.2%
G = 32.33%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAA157 (or 0xFAA157) is known color: Sandy Brown. HEX triplet: FA, A1 and 57. RGB value is (250,161,87). Sum of RGB (Red+Green+Blue) = 250+161+87=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA157 is #055EA8. Grayscale: #B3B3B3. Windows color (decimal): -351913 or 5743098. OLE color: 5743098.

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

Color convert

RGB 250 161 87 -
CMYK 0 0.36 0.65 0.02
HSL 27.24º 0.94% 0.66% -
HSV(B) 27.24º 0.65% 0.98% -
XYZ 53.89 46.5 15.15 -
YUV 179.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 250 161 87 0 0.36 0.65 0.02 27.24 0.94 0.66
Hex FA A1 57 0 24 41 2 1B 5E 42
Octal 372 241 127 0 44 101 2 33 136 102
Binary 11111010 10100001 1010111 0 100100 1000001 10 11011 1011110 1000010

Color Harmonies of #FAA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA157

Black with #FAA157

Text Example


Text Example

White with #FAA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA157; }

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

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

background-color css

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

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

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

border-color css

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

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

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