Html Css Color HEX #FAA765 Sandy Brown

📋 copy color: '#FAA765'

red 250 ◦ green 167 ◦ blue 101

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

Shades of Sandy Brown #FAA765

Tints of Sandy Brown #FAA765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.5%

R = 48.26%
G = 32.24%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAA765 (or 0xFAA765) is known color: Sandy Brown. HEX triplet: FA, A7 and 65. RGB value is (250,167,101). Sum of RGB (Red+Green+Blue) = 250+167+101=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA765 is #05589A. Grayscale: #B8B8B8. Windows color (decimal): -350363 or 6662138. OLE color: 6662138.

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

Color convert

RGB 250 167 101 -
CMYK 0 0.33 0.60 0.02
HSL 26.58º 0.94% 0.69% -
HSV(B) 26.58º 0.6% 0.98% -
XYZ 55.59 48.9 18.82 -
YUV 184.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 250 167 101 0 0.33 0.60 0.02 26.58 0.94 0.69
Hex FA A7 65 0 21 3C 2 1B 5E 45
Octal 372 247 145 0 41 74 2 33 136 105
Binary 11111010 10100111 1100101 0 100001 111100 10 11011 1011110 1000101

Color Harmonies of #FAA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA765

Black with #FAA765

Text Example


Text Example

White with #FAA765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA765; }

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

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

background-color css

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

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

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

border-color css

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

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

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