Html Css Color HEX #FAA565 Sandy Brown

📋 copy color: '#FAA565'

red 250 ◦ green 165 ◦ blue 101

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

Shades of Sandy Brown #FAA565

Tints of Sandy Brown #FAA565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.98%

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

R = 48.45%
G = 31.98%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAA565 (or 0xFAA565) is known color: Sandy Brown. HEX triplet: FA, A5 and 65. RGB value is (250,165,101). Sum of RGB (Red+Green+Blue) = 250+165+101=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA565 is #055A9A. Grayscale: #B7B7B7. Windows color (decimal): -350875 or 6661626. OLE color: 6661626.

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

Color convert

RGB 250 165 101 -
CMYK 0 0.34 0.60 0.02
HSL 25.77º 0.94% 0.69% -
HSV(B) 25.77º 0.6% 0.98% -
XYZ 55.23 48.17 18.7 -
YUV 183.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 250 165 101 0 0.34 0.60 0.02 25.77 0.94 0.69
Hex FA A5 65 0 22 3C 2 1A 5E 45
Octal 372 245 145 0 42 74 2 32 136 105
Binary 11111010 10100101 1100101 0 100010 111100 10 11010 1011110 1000101

Color Harmonies of #FAA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA565

Black with #FAA565

Text Example


Text Example

White with #FAA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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