Html Css Color HEX #FAA55B Sandy Brown

📋 copy color: '#FAA55B'

red 250 ◦ green 165 ◦ blue 91

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

Shades of Sandy Brown #FAA55B

Tints of Sandy Brown #FAA55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.98%

R = 49.41%
G = 32.61%
B = 17.98%

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

#FAA55B (or 0xFAA55B) is known color: Sandy Brown. HEX triplet: FA, A5 and 5B. RGB value is (250,165,91). Sum of RGB (Red+Green+Blue) = 250+165+91=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA55B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA55B is #055AA4. Grayscale: #B6B6B6. Windows color (decimal): -350885 or 6006266. OLE color: 6006266.

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

Color convert

RGB 250 165 91 -
CMYK 0 0.34 0.64 0.02
HSL 27.92º 0.94% 0.67% -
HSV(B) 27.92º 0.64% 0.98% -
XYZ 54.77 47.99 16.27 -
YUV 181.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 250 165 91 0 0.34 0.64 0.02 27.92 0.94 0.67
Hex FA A5 5B 0 22 40 2 1C 5E 43
Octal 372 245 133 0 42 100 2 34 136 103
Binary 11111010 10100101 1011011 0 100010 1000000 10 11100 1011110 1000011

Color Harmonies of #FAA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA55B

Black with #FAA55B

Text Example


Text Example

White with #FAA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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