Html Css Color HEX #FAA058 Sandy Brown

📋 copy color: '#FAA058'

red 250 ◦ green 160 ◦ blue 88

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

Shades of Sandy Brown #FAA058

Tints of Sandy Brown #FAA058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.13%

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

R = 50.2%
G = 32.13%
B = 17.67%

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

#FAA058 (or 0xFAA058) is known color: Sandy Brown. HEX triplet: FA, A0 and 58. RGB value is (250,160,88). Sum of RGB (Red+Green+Blue) = 250+160+88=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA058 is #055FA7. Grayscale: #B3B3B3. Windows color (decimal): -352168 or 5808378. OLE color: 5808378.

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

Color convert

RGB 250 160 88 -
CMYK 0 0.36 0.65 0.02
HSL 26.67º 0.94% 0.66% -
HSV(B) 26.67º 0.65% 0.98% -
XYZ 53.76 46.17 15.31 -
YUV 178.7 76.82 178.85 -
System Red Green Blue C M Y K H S L
Decimal 250 160 88 0 0.36 0.65 0.02 26.67 0.94 0.66
Hex FA A0 58 0 24 41 2 1B 5E 42
Octal 372 240 130 0 44 101 2 33 136 102
Binary 11111010 10100000 1011000 0 100100 1000001 10 11011 1011110 1000010

Color Harmonies of #FAA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA058

Black with #FAA058

Text Example


Text Example

White with #FAA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA058; }

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

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

background-color css

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

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

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

border-color css

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

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

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