Html Css Color HEX #FAA158 Sandy Brown

📋 copy color: '#FAA158'

red 250 ◦ green 161 ◦ blue 88

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

Shades of Sandy Brown #FAA158

Tints of Sandy Brown #FAA158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.64%

R = 50.1%
G = 32.26%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAA158 (or 0xFAA158) is known color: Sandy Brown. HEX triplet: FA, A1 and 58. RGB value is (250,161,88). Sum of RGB (Red+Green+Blue) = 250+161+88=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA158 is #055EA7. Grayscale: #B3B3B3. Windows color (decimal): -351912 or 5808634. OLE color: 5808634.

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

Color convert

RGB 250 161 88 -
CMYK 0 0.36 0.65 0.02
HSL 27.04º 0.94% 0.66% -
HSV(B) 27.04º 0.65% 0.98% -
XYZ 53.93 46.52 15.37 -
YUV 179.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 250 161 88 0 0.36 0.65 0.02 27.04 0.94 0.66
Hex FA A1 58 0 24 41 2 1B 5E 42
Octal 372 241 130 0 44 101 2 33 136 102
Binary 11111010 10100001 1011000 0 100100 1000001 10 11011 1011110 1000010

Color Harmonies of #FAA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA158

Black with #FAA158

Text Example


Text Example

White with #FAA158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA158; }

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

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

background-color css

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

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

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

border-color css

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

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

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