Html Css Color HEX #FAA162 Sandy Brown

📋 copy color: '#FAA162'

red 250 ◦ green 161 ◦ blue 98

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

Shades of Sandy Brown #FAA162

Tints of Sandy Brown #FAA162

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.63%

 BLUE value IS 98 (38.67% from 255) = 19.25%

R = 49.12%
G = 31.63%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAA162 (or 0xFAA162) is known color: Sandy Brown. HEX triplet: FA, A1 and 62. RGB value is (250,161,98). Sum of RGB (Red+Green+Blue) = 250+161+98=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA162 is #055E9D. Grayscale: #B4B4B4. Windows color (decimal): -351902 or 6463994. OLE color: 6463994.

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

Color convert

RGB 250 161 98 -
CMYK 0 0.36 0.61 0.02
HSL 24.87º 0.94% 0.68% -
HSV(B) 24.87º 0.61% 0.98% -
XYZ 54.37 46.7 17.7 -
YUV 180.43 81.49 177.62 -
System Red Green Blue C M Y K H S L
Decimal 250 161 98 0 0.36 0.61 0.02 24.87 0.94 0.68
Hex FA A1 62 0 24 3D 2 19 5E 44
Octal 372 241 142 0 44 75 2 31 136 104
Binary 11111010 10100001 1100010 0 100100 111101 10 11001 1011110 1000100

Color Harmonies of #FAA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA162

Black with #FAA162

Text Example


Text Example

White with #FAA162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA162; }

 p { color: rgb(250,161,98); }

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

background-color css

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

 a { background-color: rgb(250,161,98); }

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

border-color css

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

 span { border-color: rgb(250,161,98); }

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