Html Css Color HEX #FAA05C Sandy Brown

📋 copy color: '#FAA05C'

red 250 ◦ green 160 ◦ blue 92

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

Shades of Sandy Brown #FAA05C

Tints of Sandy Brown #FAA05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.87%

 BLUE value IS 92 (36.33% from 255) = 18.33%

R = 49.8%
G = 31.87%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAA05C (or 0xFAA05C) is known color: Sandy Brown. HEX triplet: FA, A0 and 5C. RGB value is (250,160,92). Sum of RGB (Red+Green+Blue) = 250+160+92=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA05C is #055FA3. Grayscale: #B3B3B3. Windows color (decimal): -352164 or 6070522. OLE color: 6070522.

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

Color convert

RGB 250 160 92 -
CMYK 0 0.36 0.63 0.02
HSL 25.82º 0.94% 0.67% -
HSV(B) 25.82º 0.63% 0.98% -
XYZ 53.93 46.24 16.21 -
YUV 179.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 250 160 92 0 0.36 0.63 0.02 25.82 0.94 0.67
Hex FA A0 5C 0 24 3F 2 1A 5E 43
Octal 372 240 134 0 44 77 2 32 136 103
Binary 11111010 10100000 1011100 0 100100 111111 10 11010 1011110 1000011

Color Harmonies of #FAA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA05C

Black with #FAA05C

Text Example


Text Example

White with #FAA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA05C; }

 p { color: rgb(250,160,92); }

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

background-color css

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

 a { background-color: rgb(250,160,92); }

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

border-color css

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

 span { border-color: rgb(250,160,92); }

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