Html Css Color HEX #FAA365 Sandy Brown

📋 copy color: '#FAA365'

red 250 ◦ green 163 ◦ blue 101

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

Shades of Sandy Brown #FAA365

Tints of Sandy Brown #FAA365

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.71%

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

R = 48.64%
G = 31.71%
B = 19.65%

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

#FAA365 (or 0xFAA365) is known color: Sandy Brown. HEX triplet: FA, A3 and 65. RGB value is (250,163,101). Sum of RGB (Red+Green+Blue) = 250+163+101=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA365 is #055C9A. Grayscale: #B6B6B6. Windows color (decimal): -351387 or 6661114. OLE color: 6661114.

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

Color convert

RGB 250 163 101 -
CMYK 0 0.35 0.60 0.02
HSL 24.97º 0.94% 0.69% -
HSV(B) 24.97º 0.6% 0.98% -
XYZ 54.87 47.46 18.58 -
YUV 181.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 250 163 101 0 0.35 0.60 0.02 24.97 0.94 0.69
Hex FA A3 65 0 23 3C 2 19 5E 45
Octal 372 243 145 0 43 74 2 31 136 105
Binary 11111010 10100011 1100101 0 100011 111100 10 11001 1011110 1000101

Color Harmonies of #FAA365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA365

Black with #FAA365

Text Example


Text Example

White with #FAA365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA365; }

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

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

background-color css

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

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

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

border-color css

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

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

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