Html Css Color HEX #FAA55A Sandy Brown

📋 copy color: '#FAA55A'

red 250 ◦ green 165 ◦ blue 90

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

Shades of Sandy Brown #FAA55A

Tints of Sandy Brown #FAA55A

RGB

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

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

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

R = 49.5%
G = 32.67%
B = 17.82%

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

#FAA55A (or 0xFAA55A) is known color: Sandy Brown. HEX triplet: FA, A5 and 5A. RGB value is (250,165,90). Sum of RGB (Red+Green+Blue) = 250+165+90=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA55A is #055AA5. Grayscale: #B6B6B6. Windows color (decimal): -350886 or 5940730. OLE color: 5940730.

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

Color convert

RGB 250 165 90 -
CMYK 0 0.34 0.64 0.02
HSL 28.13º 0.94% 0.67% -
HSV(B) 28.13º 0.64% 0.98% -
XYZ 54.72 47.97 16.05 -
YUV 181.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 250 165 90 0 0.34 0.64 0.02 28.13 0.94 0.67
Hex FA A5 5A 0 22 40 2 1C 5E 43
Octal 372 245 132 0 42 100 2 34 136 103
Binary 11111010 10100101 1011010 0 100010 1000000 10 11100 1011110 1000011

Color Harmonies of #FAA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA55A

Black with #FAA55A

Text Example


Text Example

White with #FAA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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