Html Css Color HEX #FAA265 Sandy Brown

📋 copy color: '#FAA265'

red 250 ◦ green 162 ◦ blue 101

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

Shades of Sandy Brown #FAA265

Tints of Sandy Brown #FAA265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.58%

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

R = 48.73%
G = 31.58%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAA265 (or 0xFAA265) is known color: Sandy Brown. HEX triplet: FA, A2 and 65. RGB value is (250,162,101). Sum of RGB (Red+Green+Blue) = 250+162+101=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA265 is #055D9A. Grayscale: #B5B5B5. Windows color (decimal): -351643 or 6660858. OLE color: 6660858.

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

Color convert

RGB 250 162 101 -
CMYK 0 0.35 0.60 0.02
HSL 24.56º 0.94% 0.69% -
HSV(B) 24.56º 0.6% 0.98% -
XYZ 54.69 47.1 18.52 -
YUV 181.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 250 162 101 0 0.35 0.60 0.02 24.56 0.94 0.69
Hex FA A2 65 0 23 3C 2 19 5E 45
Octal 372 242 145 0 43 74 2 31 136 105
Binary 11111010 10100010 1100101 0 100011 111100 10 11001 1011110 1000101

Color Harmonies of #FAA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA265

Black with #FAA265

Text Example


Text Example

White with #FAA265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA265; }

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

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

background-color css

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

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

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

border-color css

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

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

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