Html Css Color HEX #FAA256 Sandy Brown

📋 copy color: '#FAA256'

red 250 ◦ green 162 ◦ blue 86

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

Shades of Sandy Brown #FAA256

Tints of Sandy Brown #FAA256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.53%

 BLUE value IS 86 (33.98% from 255) = 17.27%

R = 50.2%
G = 32.53%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAA256 (or 0xFAA256) is known color: Sandy Brown. HEX triplet: FA, A2 and 56. RGB value is (250,162,86). Sum of RGB (Red+Green+Blue) = 250+162+86=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA256 is #055DA9. Grayscale: #B4B4B4. Windows color (decimal): -351658 or 5677818. OLE color: 5677818.

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

Color convert

RGB 250 162 86 -
CMYK 0 0.35 0.66 0.02
HSL 27.8º 0.94% 0.66% -
HSV(B) 27.8º 0.66% 0.98% -
XYZ 54.02 46.84 15 -
YUV 179.65 75.15 178.18 -
System Red Green Blue C M Y K H S L
Decimal 250 162 86 0 0.35 0.66 0.02 27.8 0.94 0.66
Hex FA A2 56 0 23 42 2 1C 5E 42
Octal 372 242 126 0 43 102 2 34 136 102
Binary 11111010 10100010 1010110 0 100011 1000010 10 11100 1011110 1000010

Color Harmonies of #FAA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA256

Black with #FAA256

Text Example


Text Example

White with #FAA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA256; }

 p { color: rgb(250,162,86); }

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

background-color css

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

 a { background-color: rgb(250,162,86); }

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

border-color css

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

 span { border-color: rgb(250,162,86); }

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