Html Css Color HEX #FAA785 Light Salmon

📋 copy color: '#FAA785'

red 250 ◦ green 167 ◦ blue 133

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

Shades of Light Salmon #FAA785

Tints of Light Salmon #FAA785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.36%

 BLUE value IS 133 (52.34% from 255) = 24.18%

R = 45.45%
G = 30.36%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAA785 (or 0xFAA785) is known color: Light Salmon. HEX triplet: FA, A7 and 85. RGB value is (250,167,133). Sum of RGB (Red+Green+Blue) = 250+167+133=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA785 is #05587A. Grayscale: #BCBCBC. Windows color (decimal): -350331 or 8759290. OLE color: 8759290.

HSL color Cylindrical-coordinate representation of color #FAA785: hue angle of 17.44º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAA785 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 167 133 -
CMYK 0 0.33 0.47 0.02
HSL 17.44º 0.92% 0.75% -
HSV(B) 17.44º 0.47% 0.98% -
XYZ 57.48 49.65 28.75 -
YUV 187.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 250 167 133 0 0.33 0.47 0.02 17.44 0.92 0.75
Hex FA A7 85 0 21 2F 2 11 5C 4B
Octal 372 247 205 0 41 57 2 21 134 113
Binary 11111010 10100111 10000101 0 100001 101111 10 10001 1011100 1001011

Color Harmonies of #FAA785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA785

Black with #FAA785

Text Example


Text Example

White with #FAA785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA785; }

 p { color: rgb(250,167,133); }

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

background-color css

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

 a { background-color: rgb(250,167,133); }

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

border-color css

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

 span { border-color: rgb(250,167,133); }

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