Html Css Color HEX #FAA455 Sandy Brown

📋 copy color: '#FAA455'

red 250 ◦ green 164 ◦ blue 85

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

Shades of Sandy Brown #FAA455

Tints of Sandy Brown #FAA455

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.87%

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 50.1%
G = 32.87%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAA455 (or 0xFAA455) is known color: Sandy Brown. HEX triplet: FA, A4 and 55. RGB value is (250,164,85). Sum of RGB (Red+Green+Blue) = 250+164+85=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA455 is #055BAA. Grayscale: #B5B5B5. Windows color (decimal): -351147 or 5612794. OLE color: 5612794.

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

Color convert

RGB 250 164 85 -
CMYK 0 0.34 0.66 0.02
HSL 28.73º 0.94% 0.66% -
HSV(B) 28.73º 0.66% 0.98% -
XYZ 54.34 47.53 14.9 -
YUV 180.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 250 164 85 0 0.34 0.66 0.02 28.73 0.94 0.66
Hex FA A4 55 0 22 42 2 1D 5E 42
Octal 372 244 125 0 42 102 2 35 136 102
Binary 11111010 10100100 1010101 0 100010 1000010 10 11101 1011110 1000010

Color Harmonies of #FAA455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA455

Black with #FAA455

Text Example


Text Example

White with #FAA455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA455; }

 p { color: rgb(250,164,85); }

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

background-color css

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

 a { background-color: rgb(250,164,85); }

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

border-color css

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

 span { border-color: rgb(250,164,85); }

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