Html Css Color HEX #FAA361 Sandy Brown

📋 copy color: '#FAA361'

red 250 ◦ green 163 ◦ blue 97

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

Shades of Sandy Brown #FAA361

Tints of Sandy Brown #FAA361

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.96%

 BLUE value IS 97 (38.28% from 255) = 19.02%

R = 49.02%
G = 31.96%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAA361 (or 0xFAA361) is known color: Sandy Brown. HEX triplet: FA, A3 and 61. RGB value is (250,163,97). Sum of RGB (Red+Green+Blue) = 250+163+97=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA361 is #055C9E. Grayscale: #B5B5B5. Windows color (decimal): -351391 or 6398970. OLE color: 6398970.

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

Color convert

RGB 250 163 97 -
CMYK 0 0.35 0.61 0.02
HSL 25.88º 0.94% 0.68% -
HSV(B) 25.88º 0.61% 0.98% -
XYZ 54.68 47.38 17.57 -
YUV 181.49 80.32 176.87 -
System Red Green Blue C M Y K H S L
Decimal 250 163 97 0 0.35 0.61 0.02 25.88 0.94 0.68
Hex FA A3 61 0 23 3D 2 1A 5E 44
Octal 372 243 141 0 43 75 2 32 136 104
Binary 11111010 10100011 1100001 0 100011 111101 10 11010 1011110 1000100

Color Harmonies of #FAA361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA361

Black with #FAA361

Text Example


Text Example

White with #FAA361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA361; }

 p { color: rgb(250,163,97); }

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

background-color css

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

 a { background-color: rgb(250,163,97); }

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

border-color css

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

 span { border-color: rgb(250,163,97); }

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