Html Css Color HEX #FAA658 Sandy Brown

📋 copy color: '#FAA658'

red 250 ◦ green 166 ◦ blue 88

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

Shades of Sandy Brown #FAA658

Tints of Sandy Brown #FAA658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

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

R = 49.6%
G = 32.94%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAA658 (or 0xFAA658) is known color: Sandy Brown. HEX triplet: FA, A6 and 58. RGB value is (250,166,88). Sum of RGB (Red+Green+Blue) = 250+166+88=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA658 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA658 is #0559A7. Grayscale: #B6B6B6. Windows color (decimal): -350632 or 5809914. OLE color: 5809914.

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

Color convert

RGB 250 166 88 -
CMYK 0 0.34 0.65 0.02
HSL 28.89º 0.94% 0.66% -
HSV(B) 28.89º 0.65% 0.98% -
XYZ 54.82 48.3 15.67 -
YUV 182.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 250 166 88 0 0.34 0.65 0.02 28.89 0.94 0.66
Hex FA A6 58 0 22 41 2 1D 5E 42
Octal 372 246 130 0 42 101 2 35 136 102
Binary 11111010 10100110 1011000 0 100010 1000001 10 11101 1011110 1000010

Color Harmonies of #FAA658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA658

Black with #FAA658

Text Example


Text Example

White with #FAA658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA658; }

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

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

background-color css

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

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

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

border-color css

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

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

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