Html Css Color HEX #FAA164 Sandy Brown

📋 copy color: '#FAA164'

red 250 ◦ green 161 ◦ blue 100

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

Shades of Sandy Brown #FAA164

Tints of Sandy Brown #FAA164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.57%

R = 48.92%
G = 31.51%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAA164 (or 0xFAA164) is known color: Sandy Brown. HEX triplet: FA, A1 and 64. RGB value is (250,161,100). Sum of RGB (Red+Green+Blue) = 250+161+100=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA164 is #055E9B. Grayscale: #B4B4B4. Windows color (decimal): -351900 or 6595066. OLE color: 6595066.

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

Color convert

RGB 250 161 100 -
CMYK 0 0.36 0.6 0.02
HSL 24.4º 0.94% 0.69% -
HSV(B) 24.4º 0.6% 0.98% -
XYZ 54.47 46.73 18.21 -
YUV 180.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 250 161 100 0 0.36 0.6 0.02 24.4 0.94 0.69
Hex FA A1 64 0 24 3C 2 18 5E 45
Octal 372 241 144 0 44 74 2 30 136 105
Binary 11111010 10100001 1100100 0 100100 111100 10 11000 1011110 1000101

Color Harmonies of #FAA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA164

Black with #FAA164

Text Example


Text Example

White with #FAA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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