Html Css Color HEX #FAA65A Sandy Brown

📋 copy color: '#FAA65A'

red 250 ◦ green 166 ◦ blue 90

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

Shades of Sandy Brown #FAA65A

Tints of Sandy Brown #FAA65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.81%

 BLUE value IS 90 (35.55% from 255) = 17.79%

R = 49.41%
G = 32.81%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAA65A (or 0xFAA65A) is known color: Sandy Brown. HEX triplet: FA, A6 and 5A. RGB value is (250,166,90). Sum of RGB (Red+Green+Blue) = 250+166+90=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA65A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA65A is #0559A5. Grayscale: #B6B6B6. Windows color (decimal): -350630 or 5940986. OLE color: 5940986.

HSL color Cylindrical-coordinate representation of color #FAA65A: hue angle of 28.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAA65A is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 90 -
CMYK 0 0.34 0.64 0.02
HSL 28.5º 0.94% 0.67% -
HSV(B) 28.5º 0.64% 0.98% -
XYZ 54.91 48.33 16.11 -
YUV 182.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 250 166 90 0 0.34 0.64 0.02 28.5 0.94 0.67
Hex FA A6 5A 0 22 40 2 1C 5E 43
Octal 372 246 132 0 42 100 2 34 136 103
Binary 11111010 10100110 1011010 0 100010 1000000 10 11100 1011110 1000011

Color Harmonies of #FAA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA65A

Black with #FAA65A

Text Example


Text Example

White with #FAA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA65A; }

 p { color: rgb(250,166,90); }

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

background-color css

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

 a { background-color: rgb(250,166,90); }

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

border-color css

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

 span { border-color: rgb(250,166,90); }

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