Html Css Color HEX #FAA764 Sandy Brown

📋 copy color: '#FAA764'

red 250 ◦ green 167 ◦ blue 100

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

Shades of Sandy Brown #FAA764

Tints of Sandy Brown #FAA764

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.3%

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

R = 48.36%
G = 32.3%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAA764 (or 0xFAA764) is known color: Sandy Brown. HEX triplet: FA, A7 and 64. RGB value is (250,167,100). Sum of RGB (Red+Green+Blue) = 250+167+100=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA764 is #05589B. Grayscale: #B8B8B8. Windows color (decimal): -350364 or 6596602. OLE color: 6596602.

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

Color convert

RGB 250 167 100 -
CMYK 0 0.33 0.6 0.02
HSL 26.8º 0.94% 0.69% -
HSV(B) 26.8º 0.6% 0.98% -
XYZ 55.54 48.88 18.56 -
YUV 184.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 250 167 100 0 0.33 0.6 0.02 26.8 0.94 0.69
Hex FA A7 64 0 21 3C 2 1B 5E 45
Octal 372 247 144 0 41 74 2 33 136 105
Binary 11111010 10100111 1100100 0 100001 111100 10 11011 1011110 1000101

Color Harmonies of #FAA764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA764

Black with #FAA764

Text Example


Text Example

White with #FAA764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA764; }

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

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

background-color css

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

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

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

border-color css

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

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

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