Html Css Color HEX #FAA358 Sandy Brown

📋 copy color: '#FAA358'

red 250 ◦ green 163 ◦ blue 88

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

Shades of Sandy Brown #FAA358

Tints of Sandy Brown #FAA358

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.53%

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

R = 49.9%
G = 32.53%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAA358 (or 0xFAA358) is known color: Sandy Brown. HEX triplet: FA, A3 and 58. RGB value is (250,163,88). Sum of RGB (Red+Green+Blue) = 250+163+88=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA358 is #055CA7. Grayscale: #B4B4B4. Windows color (decimal): -351400 or 5809146. OLE color: 5809146.

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

Color convert

RGB 250 163 88 -
CMYK 0 0.35 0.65 0.02
HSL 27.78º 0.94% 0.66% -
HSV(B) 27.78º 0.65% 0.98% -
XYZ 54.28 47.22 15.49 -
YUV 180.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 250 163 88 0 0.35 0.65 0.02 27.78 0.94 0.66
Hex FA A3 58 0 23 41 2 1C 5E 42
Octal 372 243 130 0 43 101 2 34 136 102
Binary 11111010 10100011 1011000 0 100011 1000001 10 11100 1011110 1000010

Color Harmonies of #FAA358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA358

Black with #FAA358

Text Example


Text Example

White with #FAA358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA358; }

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

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

background-color css

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

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

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

border-color css

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

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

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